Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Remove call to parent boot method, as it's now not overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
imliam committed Jan 15, 2020
1 parent 3d38f1d commit bd263c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Loggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ trait Loggable
*/
public static function bootLoggable()
{
parent::boot();

self::created(function ($model) {
self::log($model, 'create');
});
Expand Down

0 comments on commit bd263c6

Please sign in to comment.