These annotations are no longer needed.

This commit is contained in:
Taylor Otwell 2014-10-14 19:18:50 -05:00
parent c0019c6fcb
commit 5bb0752338
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ use App\Http\Requests\Auth\LoginRequest;
use App\Http\Requests\Auth\RegisterRequest;
/**
* @Middleware("csrf")
* @Middleware("guest", except={"logout"})
*/
class AuthController {

View File

@ -5,7 +5,6 @@ use Illuminate\Contracts\Auth\PasswordBroker;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
* @Middleware("csrf")
* @Middleware("guest")
*/
class PasswordController {