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 a513671 commit 0f4612fCopy full SHA for 0f4612f
1 file changed
src/Jobs/RecordUserLogin.php
@@ -24,7 +24,7 @@ public function __construct(
24
25
public function handle(): void
26
{
27
- if(!$this->userId) {
+ if (! $this->userId) {
28
return;
29
}
30
0 commit comments