Skip to content

Typed property Lorisleiva\Actions\ActionRequest::$action must not be accessed before initialization with knuckleswtf/scribe:5.1 when using ActionRequest #313

@FaizAhmadSE

Description

@FaizAhmadSE

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▕ {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions