We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a49a4 + 6034779 commit 936f807Copy full SHA for 936f807
1 file changed
app/Config/Paths.php
@@ -35,7 +35,7 @@ class Paths
35
*
36
* NO TRAILING SLASH!
37
*/
38
- public $appDirectory = __DIR__ . '/../../app';
+ public $appDirectory = __DIR__ . '/..';
39
40
/*
41
* ---------------------------------------------------------------
@@ -73,5 +73,5 @@ class Paths
73
* default this is in `app/Views`. This value
74
* is used when no value is provided to `Services::renderer()`.
75
76
- public $viewDirectory = __DIR__ . '/../../app/Views';
+ public $viewDirectory = __DIR__ . '/../Views';
77
}
0 commit comments