Inheritance: implements Flarum\Http\Controller\ControllerInterface
 /**
  * {@inheritdoc}
  */
 public function boot()
 {
     $this->registerNotificationSerializers();
     AbstractSerializeController::setContainer($this->app);
     AbstractSerializeController::setEventDispatcher($events = $this->app->make('events'));
     AbstractSerializer::setContainer($this->app);
     AbstractSerializer::setEventDispatcher($events);
 }