From 6034779988bb6120c010a9bd4dabd7e5297f4ba8 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 2 Jan 2019 18:14:18 +0700 Subject: [PATCH] update Paths::$appDirectory as well --- app/Config/Paths.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ . '/..'; /* * ---------------------------------------------------------------