mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
fire -> dispatch
As per Illuminate\Contracts\Events\Dispatcher
This commit is contained in:
@@ -63,7 +63,7 @@ class FrontendController extends AbstractFrontendController
|
||||
|
||||
$settings = $this->settings->all();
|
||||
|
||||
$this->events->fire(
|
||||
$this->events->dispatch(
|
||||
new Deserializing($settings)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user