Skip to content

Commit

Permalink
update Paths::$appDirectory as well
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 2, 2019
1 parent 5f43197 commit 6034779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/Paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Paths
*
* NO TRAILING SLASH!
*/
public $appDirectory = __DIR__ . '/../../app';
public $appDirectory = __DIR__ . '/..';

/*
* ---------------------------------------------------------------
Expand Down

0 comments on commit 6034779

Please sign in to comment.