diff options
Diffstat (limited to 'controllers/app.php')
-rw-r--r-- | controllers/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/app.php b/controllers/app.php index 981abbbe..633433fc 100644 --- a/controllers/app.php +++ b/controllers/app.php @@ -2,6 +2,8 @@ namespace Controller; +require_once __DIR__.'/Base.php'; + class App extends Base { public function index() |