Getting this error with knuckleswtf/scribe:5.1 when using ActionRequest
Typed property Lorisleiva\Actions\ActionRequest::$action must not be accessed before initialization
at vendor/lorisleiva/laravel-actions/src/Concerns/DecorateActions.php:33
29▕ }
30▕
31▕ protected function hasMethod(string $method): bool
32▕ {
➜ 33▕ return method_exists($this->action, $method);
34▕ }
35▕
36▕ protected function callMethod(string $method, array $parameters = [])
37▕ {