mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Remove deprecated API events
This commit is contained in:
@@ -110,10 +110,8 @@ class ApiServiceProvider extends AbstractServiceProvider
|
||||
$this->setNotificationSerializers();
|
||||
|
||||
AbstractSerializeController::setContainer($this->app);
|
||||
AbstractSerializeController::setEventDispatcher($events = $this->app->make('events'));
|
||||
|
||||
AbstractSerializer::setContainer($this->app);
|
||||
AbstractSerializer::setEventDispatcher($events);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user