Sindbad~EG File Manager
<?php
namespace Laravel\Jetstream\Http\Middleware;
use Illuminate\Contracts\Auth\StatefulGuard;
use Illuminate\Session\Middleware\AuthenticateSession as BaseAuthenticateSession;
class AuthenticateSession extends BaseAuthenticateSession
{
/**
* Get the guard instance that should be used by the middleware.
*
* @return \Illuminate\Contracts\Auth\Factory|\Illuminate\Contracts\Auth\Guard
*/
protected function guard()
{
return app(StatefulGuard::class);
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists