#bug Invalid 'view' value in configuration for feed with PHP 8.4 #208
UnrulyNatives
started this conversation in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrade to PHP 8.4 I receive this error:
at vendor/spatie/laravel-feed/src/Exceptions/InvalidConfiguration.php:21
17▕ }
18▕
19▕ public static function invalidView(string $name): static
20▕ {
➜ 21▕ return new static("Invalid 'view' value in configuration for feed '{$name}'.");
22▕ }
23▕ }
24▕
Is there any solution to this?
Beta Was this translation helpful? Give feedback.
All reactions