happypixels / laravel-shopr

A developer-friendly e-commerce foundation for your Laravel app
https://laravel-shopr.happypixels.se
MIT License
208 stars 19 forks source link

Call to undefined method Illuminate\Events\Dispatcher::fire() #33

Closed jenky closed 5 years ago

jenky commented 5 years ago

Describe the bug Call to undefined method Illuminate\Events\Dispatcher::fire()

To Reproduce Add a item to cart using Laravel 5.8

Additional context The fire method of the Illuminate\Events\Dispatcher class has been removed in Laravel 5.8. The document page recommend using dispatch instead.

Screen Shot 2019-08-09 at 18 51 34

mattias-persson commented 5 years ago

Thanks! I'll take a look at this ASAP.

mattias-persson commented 5 years ago

@jenky Should be fixed in v1.3.1.