These annotations are no longer needed.
This commit is contained in:
parent
c0019c6fcb
commit
5bb0752338
|
@ -6,7 +6,6 @@
|
|||
use App\Http\Requests\Auth\RegisterRequest;
|
||||
|
||||
/**
|
||||
* @Middleware("csrf")
|
||||
* @Middleware("guest", except={"logout"})
|
||||
*/
|
||||
class AuthController {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
* @Middleware("csrf")
|
||||
* @Middleware("guest")
|
||||
*/
|
||||
class PasswordController {
|
||||
|
|
Loading…
Reference in New Issue