1
0
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:
Alexander Skvortsov
2021-01-20 16:08:22 -05:00
parent cbcf83ed3b
commit 40b918e139
8 changed files with 8 additions and 443 deletions

View File

@@ -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);
}
/**