Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Update observable events
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Apr 24, 2018
1 parent 217c54b commit 538884e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/HasPivotEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ public function getObservableEvents()
{
return array_merge(
[
'creating', 'created', 'updating', 'updated',
'deleting', 'deleted', 'saving', 'saved',
'restoring', 'restored',
'retrieved', 'creating', 'created', 'updating', 'updated',
'saving', 'saved', 'restoring', 'restored',
'deleting', 'deleted', 'forceDeleted',
'pivotAttaching', 'pivotAttached',
'pivotDetaching', 'pivotDetached',
'pivotUpdating', 'pivotUpdated',
Expand Down

0 comments on commit 538884e

Please sign in to comment.