Get rid of resources directory. Unnecessary.

This commit is contained in:
Taylor Otwell 2014-12-05 16:35:05 -06:00
parent 2d6b5c20fc
commit 0f88129356
20 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
|
*/
'paths' => [base_path().'/resources/views'],
'paths' => [base_path().'/views'],
/*
|--------------------------------------------------------------------------