Exemple #1
0
 /**
  * Bootstrap the application for HTTP requests.
  */
 public function bootstrap()
 {
     if (!$this->app->hasBeenBootstrapped()) {
         $this->app->bootstrapWith($this->bootstrappers);
     }
 }