Commit 5bb07523 authored by Taylor Otwell's avatar Taylor Otwell

These annotations are no longer needed.

parent c0019c6f
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment