We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3375e4a commit 1e60679Copy full SHA for 1e60679
tests/StubClasses/ObservableModel.php
@@ -72,6 +72,10 @@ public static function onDeleted(self $model): void
72
{
73
$model->eventsDisptached['deleted'] = true;
74
}
75
+ public static function onForceDeleting(self $model): void
76
+ {
77
+ $model->eventsDisptached['onForceDeleting'] = true;
78
+ }
79
public static function onForceDeleted(self $model): void
80
81
$model->eventsDisptached['forceDeleted'] = true;
0 commit comments