Skip to content

Commit 89043bf

Browse files
jakubdibalapionl
authored andcommitted
Change deleted to deleting event in PositionObserver
1 parent 1633ae5 commit 89043bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PositionObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function saving($model)
7070
*
7171
* @param Model|PositionTrait $model
7272
*/
73-
public function deleted($model)
73+
public function deleting($model)
7474
{
7575
if ($model->isPositionUpdateDisabled() === false) {
7676
// Get the old position

0 commit comments

Comments
 (0)