This commit is contained in:
James Cole
2020-08-28 21:58:03 +02:00
parent 7f48043505
commit 798c73394d
8 changed files with 216 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ class RemoteUserGuard implements Guard
*/
public function __construct(UserProvider $provider, Application $app)
{
Log::debug('Constructed RemoteUserGuard');
$this->application = $app;
$this->provider = $provider;
$this->user = null;