Bad message.

This commit is contained in:
James Cole
2021-06-12 07:39:30 +02:00
parent c290aaa774
commit fbc3a2fb6a

View File

@@ -62,7 +62,7 @@ class RemoteUserGuard implements Guard
{ {
Log::debug(sprintf('Now at %s', __METHOD__)); Log::debug(sprintf('Now at %s', __METHOD__));
if (!is_null($this->user)) { if (!is_null($this->user)) {
Log::debug('No user found.'); Log::debug('User is found.');
return; return;
} }