Closed OhKannaDuh closed 5 years ago
As of Laravel 5.8 the deprecated (since 5.4) function Illuminate\Events\Dispatcher::fire has been removed and should be replaced with the dispatch method.
5.8
5.4
Illuminate\Events\Dispatcher::fire
dispatch
As of Laravel
5.8
the deprecated (since5.4
) functionIlluminate\Events\Dispatcher::fire
has been removed and should be replaced with thedispatch
method.