diff options
Diffstat (limited to 'controllers/config.php')
-rw-r--r-- | controllers/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/config.php b/controllers/config.php index c4880b4a..c26013d8 100644 --- a/controllers/config.php +++ b/controllers/config.php @@ -2,7 +2,7 @@ namespace Controller; -require_once __DIR__.'/Base.php'; +require_once __DIR__.'/base.php'; class Config extends Base { |