Skip to content

Commit

Permalink
Update Sortable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FlusherDock1 authored Jan 24, 2024
1 parent bd8778a commit e45ce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Traits/Sortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setSortableOrder($itemIds, $referencePool = null)
}
}

Event::fire('model.updateSorting', [$this->parent]);
Event::fire('model.updateSorting', [$this]);
}

/**
Expand Down

0 comments on commit e45ce4e

Please sign in to comment.