/** * Create an instance of the Eloquent driver. * * @return \Illuminate\Auth\Guard * @static */ public static function createEloquentDriver() { return \Illuminate\Auth\AuthManager::createEloquentDriver(); }