ChristianKuri / laravel-favorite

Allows Laravel Eloquent models to implement a 'favorite', 'like', 'remember' and 'follow' features.
MIT License
226 stars 48 forks source link

Feature/deleted observer #17

Closed jedsonmelo closed 4 years ago

jedsonmelo commented 4 years ago

Description

Add observer in favoriteable model to delete favorites when deleted.

Motivation and context

If model favoriteable is favorited by a user and it is deleted it may cause exceptions in Favoriteability's methods as a favorite(class_name)

How has this been tested?

added one article as a favorite for two users and deleted the article and see if the records have been deleted from favorites table.

Types of changes

What types of changes does your code introduce?

Checklist: