Skip to content

Commit

Permalink
Update event name
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk authored Jan 26, 2024
1 parent dac920d commit d8d37dd
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)
}
}

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

/**
Expand Down

0 comments on commit d8d37dd

Please sign in to comment.