hootlex / laravel-friendships

This package gives Eloquent models the ability to manage their friendships.
MIT License
706 stars 151 forks source link

Laravel 5.8 compat #128

Closed OhKannaDuh closed 5 years ago

OhKannaDuh commented 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.