We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b41f6 commit 686b0f7Copy full SHA for 686b0f7
src/Illuminate/Auth/AuthManager.php
@@ -66,7 +66,7 @@ public function guard($name = null)
66
{
67
$name = $name ?: $this->getDefaultDriver();
68
69
- return $this->guards[$name] ?? $this->guards[$name] = $this->resolve($name);
+ return $this->guards[$name] ??= $this->resolve($name);
70
}
71
72
/**
0 commit comments