Commit caa166f5 authored by Taylor Otwell's avatar Taylor Otwell

Remove middleware interface.

parent df6fa97d
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
use Closure; use Closure;
use Illuminate\Contracts\Auth\Guard; use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\Routing\Middleware;
class Authenticate implements Middleware { class Authenticate {
/** /**
* The Guard implementation. * The Guard implementation.
......
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
use Closure; use Closure;
use Illuminate\Contracts\Auth\Guard; use Illuminate\Contracts\Auth\Guard;
use Illuminate\Http\RedirectResponse; use Illuminate\Http\RedirectResponse;
use Illuminate\Contracts\Routing\Middleware;
class RedirectIfAuthenticated implements Middleware { class RedirectIfAuthenticated {
/** /**
* The Guard implementation. * The Guard implementation.
......
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