Skip to content

Commit 6034779

Browse files
committed
update Paths::$appDirectory as well
1 parent 5f43197 commit 6034779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Config/Paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Paths
3535
*
3636
* NO TRAILING SLASH!
3737
*/
38-
public $appDirectory = __DIR__ . '/../../app';
38+
public $appDirectory = __DIR__ . '/..';
3939

4040
/*
4141
* ---------------------------------------------------------------

0 commit comments

Comments
 (0)