-
-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
Description
Hello!
I have this in my blade:
@props([
'fileExtensions' => new AllowedExtensionsFilePolicy()->get(),
])but it's failing with
SyntaxError: Parse Error : syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ']'
Thanks!
Suggested Solution
I'd like PHP 8.4 to be supported
Alternatives
No response
Additional Context
No response
shufo