Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function bootstrap()
 {
     if (!$this->app->isBootStrapped()) {
         $this->app->bootstrap($this->bootStrappers());
     }
     if (!$this->app->isBooted()) {
         $this->app->boot();
     }
 }