Skip to content

Commit

Permalink
clean up Paths::$viewDirectory property
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 27, 2018
1 parent dccb49d commit 0e17cef
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 @@ -73,5 +73,5 @@ class Paths
* default this is in `app/Views`. This value
* is used when no value is provided to `Services::renderer()`.
*/
public $viewDirectory = __DIR__ . '/../../app/Views';
public $viewDirectory = __DIR__ . '/../Views';
}

0 comments on commit 0e17cef

Please sign in to comment.