bootstrapContainer() protected method

Bootstrap the application container.
protected bootstrapContainer ( ) : void
return void
Example #1
0
 /**
  * Bootstrap the application container.
  *
  * @return void
  */
 protected function bootstrapContainer()
 {
     parent::bootstrapContainer();
     $this->registerBernardProvider();
     $this->registerDoctrineProvider();
     $this->registerTacticianProvider();
     $this->registerJwtAuthServiceProvider();
     $this->registerSyndraServiceProvider();
 }