spatie / activitylog

A very simple activity logger to monitor the users of your website or application
https://spatie.be/opensource/laravel
MIT License
582 stars 75 forks source link

Model events trait not working in Laravel 5.2 #41

Closed screenager closed 8 years ago

screenager commented 8 years ago

Is it possible that when using the trait LogsActivity in your model, and implementing the corresponding interface, the model isn't yet subscribed to the model events?

freekmurze commented 8 years ago

This function will be executed automatically by Laravel. It will ensure that the model is subscribed to the event with names returned by getRecordActivityEvents.