Ejemplo n.º 1
0
 /**
  * Create an instance of the Eloquent driver.
  *
  * @return \Illuminate\Auth\Guard 
  * @static 
  */
 public static function createEloquentDriver()
 {
     return \SleepingOwl\AdminAuth\AdminAuthManager::createEloquentDriver();
 }