fix: remove realpath() from view config to allow CI builds
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -30,7 +30,7 @@ return [
|
|||||||
|
|
||||||
'compiled' => env(
|
'compiled' => env(
|
||||||
'VIEW_COMPILED_PATH',
|
'VIEW_COMPILED_PATH',
|
||||||
realpath(storage_path('framework/views'))
|
storage_path('framework/views')
|
||||||
),
|
),
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user