fix: remove realpath() from view config to allow CI builds
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Joris Slagter
2025-12-02 22:50:47 +01:00
parent 9e40844322
commit 153bd913f8

View File

@@ -30,7 +30,7 @@ return [
'compiled' => env( 'compiled' => env(
'VIEW_COMPILED_PATH', 'VIEW_COMPILED_PATH',
realpath(storage_path('framework/views')) storage_path('framework/views')
), ),
]; ];