/**
  * Register the mongoLid driver in auth AuthManager
  *
  * @return void
  */
 public function boot()
 {
     $this->extendsAuthManager();
     MongoLid::setEventDispatcher($this->app['events']);
 }