mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
These annotations are no longer needed.
This commit is contained in:
parent
c0019c6fcb
commit
5bb0752338
@ -6,7 +6,6 @@ use App\Http\Requests\Auth\LoginRequest;
|
||||
use App\Http\Requests\Auth\RegisterRequest;
|
||||
|
||||
/**
|
||||
* @Middleware("csrf")
|
||||
* @Middleware("guest", except={"logout"})
|
||||
*/
|
||||
class AuthController {
|
||||
|
@ -5,7 +5,6 @@ use Illuminate\Contracts\Auth\PasswordBroker;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
* @Middleware("csrf")
|
||||
* @Middleware("guest")
|
||||
*/
|
||||
class PasswordController {
|
||||
|
Loading…
x
Reference in New Issue
Block a user