Commit 53dd12e 1 parent 0c3d388 commit 53dd12e Copy full SHA for 53dd12e
File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 53
53
54
54
'file ' => [
55
55
'driver ' => 'file ' ,
56
- 'path ' => storage_path (). ' / framework/cache ' ,
56
+ 'path ' => storage_path (' framework/cache ') ,
57
57
],
58
58
59
59
'memcached ' => [
Original file line number Diff line number Diff line change 54
54
55
55
'local ' => [
56
56
'driver ' => 'local ' ,
57
- 'root ' => storage_path (). ' / app ' ,
57
+ 'root ' => storage_path (' app ') ,
58
58
],
59
59
60
60
'public ' => [
Original file line number Diff line number Diff line change 22
22
|
23
23
*/
24
24
25
- 'paths ' => [
26
- realpath (base_path ('resources/views ' )),
27
- ],
25
+ 'paths ' => [realpath (base_path ('resources/views ' ))],
28
26
29
27
/*
30
28
|--------------------------------------------------------------------------
37
35
|
38
36
*/
39
37
40
- 'compiled ' => realpath (storage_path (). ' / framework/views ' ),
38
+ 'compiled ' => realpath (storage_path (' framework/views ') ),
41
39
42
40
];
You can’t perform that action at this time.
0 commit comments