Example #1
0
 /**
  * Bootstrap the application events.
  *
  * @return void
  */
 public function boot()
 {
     Model::setDatasourceResolver($this->app['halcyon']);
     Model::setEventDispatcher($this->app['events']);
     Model::setCacheManager($this->app['cache']);
 }