Skip to content

Commit b3e68bc

Browse files
BrianHigbypionl
authored andcommitted
Fix dispatcher method that was removed
1 parent fa7e144 commit b3e68bc

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
@@ -157,6 +157,6 @@ protected function firePositioningEvent($query)
157157
*/
158158
protected function firePositionedEvent(Model $model)
159159
{
160-
$this->events->fire('eloquent.positioned: '.get_class($model), [$model]);
160+
$this->events->dispatch('eloquent.positioned: '.get_class($model), [$model]);
161161
}
162162
}

0 commit comments

Comments
 (0)