Skip to content

Commit

Permalink
Introduce setSortableOrderComplete event in Sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlusherDock1 authored Jan 25, 2024
1 parent 387541e commit dac920d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Database/Traits/Sortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public function setSortableOrder($itemIds, $referencePool = null)
->update([$this->getSortOrderColumn() => $update['sort_order']]);
}
}

$this->fireEvent('model.setSortableOrderComplete');
}

/**
Expand Down

0 comments on commit dac920d

Please sign in to comment.