When used with Laravel 5.8 an exception is thrown: Illuminate\Events\Dispatcher::fire()
From the upgrade docs:
The fire method (which was deprecated in Laravel 5.4) of the Illuminate/
Events/Dispatcher class has been removed
<laravel/framework#26392>. You should use the
dispatch method instead.
When used with Laravel 5.8 an exception is thrown:
Illuminate\Events\Dispatcher::fire()
From the upgrade docs: The fire method (which was deprecated in Laravel 5.4) of the Illuminate/ Events/Dispatcher class has been removed <laravel/framework#26392>. You should use the dispatch method instead.