summaryrefslogtreecommitdiff
path: root/controllers/project.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/project.php')
-rw-r--r--controllers/project.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/project.php b/controllers/project.php
index 8b232e94..5cc9f5d1 100644
--- a/controllers/project.php
+++ b/controllers/project.php
@@ -2,7 +2,7 @@
namespace Controller;
-require_once __DIR__.'/Base.php';
+require_once __DIR__.'/base.php';
class Project extends Base
{