Exemple #1
0
 /**
  * Bootstrap the application events.
  *
  * @return void
  */
 public function boot()
 {
     parent::boot();
     if ($this->getConfig('enabled')) {
         $this->loadRoutes();
         $this->registerErrorHandler();
         $this->bootTracker();
     }
 }