bootstrapContainer() 보호된 메소드

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