diff --git a/app/Config/Paths.php b/app/Config/Paths.php index 5ea7e1741ec8..5ef168c71360 100644 --- a/app/Config/Paths.php +++ b/app/Config/Paths.php @@ -35,7 +35,7 @@ class Paths * * NO TRAILING SLASH! */ - public $appDirectory = __DIR__ . '/../../app'; + public $appDirectory = __DIR__ . '/..'; /* * ---------------------------------------------------------------