Skip to content

Commit

Permalink
extent from parent middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Oct 10, 2021
1 parent 24ccf5b commit 22003fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace App\Containers\AppSection\Authentication\Middlewares;

use Apiato\Core\Abstracts\Middlewares\Middleware;
use App\Ship\Parents\Middlewares\Middleware as ParentMiddleware;
use App\Ship\Providers\RouteServiceProvider;
use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;

class RedirectIfAuthenticated extends Middleware
class RedirectIfAuthenticated extends ParentMiddleware
{
/**
* Handle an incoming request.
Expand Down

0 comments on commit 22003fc

Please sign in to comment.