-
Notifications
You must be signed in to change notification settings - Fork 460
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
Not working with laravel 5.8 #310
Comments
Just use the new version it's mentioned here as well |
It just throws another error:
Although my model is configured correctly with following code: `class Type extends Node implements HasMedia
|
@karigarweb since version 2, not sure which tag specifically but you have to do it this way:
And for sure there is no need for the protected attributes |
Thanks @mkwsra, this fixed the issue. |
And you may use properties if you would like:
|
thanks @mkwsra , it's really help to solve problem from 5.8 |
This package not working with laravel 5.8, or do you have new release for laravel 5.8 version?
Laravel Upgrade Guide 5.8:
The fire Method
Likelihood Of Impact: Low
The fire method (which was deprecated in Laravel 5.4) of the Illuminate\Events\Dispatcher class has been removed. You should use the dispatch method instead.
The text was updated successfully, but these errors were encountered: