Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined method Illuminate\Events\Dispatcher::fire() #105

Open
imansugirman opened this issue Apr 25, 2019 · 1 comment
Open

Call to undefined method Illuminate\Events\Dispatcher::fire() #105

imansugirman opened this issue Apr 25, 2019 · 1 comment

Comments

@imansugirman
Copy link

Error in access /admin

Jepretan Layar 2019-04-25 pukul 13 59 05

@hernan19182
Copy link

Solucion para laravel 5.8

cambiar en el archivo vendor/watson/validating/src/validatingObserver.php

protected function fireValidatedEvent(Model $model, $status)
{
Event::fire("eloquent.validated: ".get_class($model), [$model, $status]);
}

remplazan

protected function fireValidatedEvent(Model $model, $status)
{
Event::dispatch("eloquent.validated: ".get_class($model), [$model, $status]);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants