File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Auth
Upload
[..]
Access/
Rename
Del
Authenticatable.php (1.07 KB)
Edit
Rename
Del
CanResetPassword.php (414 B)
Edit
Rename
Del
Factory.php (482 B)
Edit
Rename
Del
Middleware/
Rename
Del
MustVerifyEmail.php (805 B)
Edit
Rename
Del
PasswordBroker.php (1.26 KB)
Edit
Rename
Del
StatefulGuard.php (1.5 KB)
Edit
Rename
Del
UserProvider.php (1.79 KB)
Edit
Rename
Del
Edit: Factory.php
<?php namespace Illuminate\Contracts\Auth; interface Factory { /** * Get a guard instance by name. * * @param \UnitEnum|string|null $name * @return \Illuminate\Contracts\Auth\Guard|\Illuminate\Contracts\Auth\StatefulGuard */ public function guard($name = null); /** * Set the default guard the factory should serve. * * @param \UnitEnum|string|null $name * @return void */ public function shouldUse($name); }
Simpan