aboutsummaryrefslogtreecommitdiff
path: root/private/controller/Controller.php
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2017-07-08 11:11:53 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2017-07-08 11:11:53 -0400
commit2d796d48df6f4371111bcbc776ea781e4f45c831 (patch)
tree8b70da2114d71d2835b2f58eb2d43083a3ff5a6f /private/controller/Controller.php
parent3b75177580e536ce309d44759eb4d1f772c987ce (diff)
downloadaugust-offensive-2d796d48df6f4371111bcbc776ea781e4f45c831.tar.gz
august-offensive-2d796d48df6f4371111bcbc776ea781e4f45c831.tar.bz2
august-offensive-2d796d48df6f4371111bcbc776ea781e4f45c831.zip
Expand on query and result, begin sql design
Diffstat (limited to 'private/controller/Controller.php')
-rw-r--r--private/controller/Controller.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/private/controller/Controller.php b/private/controller/Controller.php
deleted file mode 100644
index c563367..0000000
--- a/private/controller/Controller.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace AugustOffensive\controller;
-
-use AugustOffensive\model;
-
-/**
- * Static controller class for interfacing between the view and the model.
- */
-class Controller
-{
- //
-}
-