Skip to content

Commit

Permalink
Use consistent config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatevbg committed Mar 5, 2017
1 parent 2c40f80 commit 29133f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

'paths' => [
realpath(base_path('resources/views')),
resource_path('views'),
],

/*
Expand Down

0 comments on commit 29133f0

Please sign in to comment.