You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Laravel 5.4, the Illuminate\Events\Dispatcher::fire() method was deprecated and removed in Laravel 5.8. The fire method should be replaced with dispatch in the StartSession class.
The text was updated successfully, but these errors were encountered:
For Laravel 5.4, the
Illuminate\Events\Dispatcher::fire()
method was deprecated and removed in Laravel 5.8. The fire method should be replaced withdispatch
in the StartSession class.The text was updated successfully, but these errors were encountered: