mirror of
https://github.com/flarum/core.git
synced 2025-10-16 09:16:06 +02:00
fire -> dispatch
As per Illuminate\Contracts\Events\Dispatcher
This commit is contained in:
@@ -95,7 +95,7 @@ class PostReplyHandler
|
||||
$post->time = new DateTime($time);
|
||||
}
|
||||
|
||||
$this->events->fire(
|
||||
$this->events->dispatch(
|
||||
new Saving($post, $actor, $command->data)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user