Skip to content

Commit

Permalink
Merge pull request laravel#4165 from zlatevbg/use-consistent-config-p…
Browse files Browse the repository at this point in the history
…aths

[5.4] Use consistent config paths
  • Loading branch information
Jane Doe committed Mar 5, 2017
2 parents 2c40f80 + 29133f0 commit a19cb0f
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 a19cb0f

Please sign in to comment.