Skip to content

Commit 0f4612f

Browse files
mhortulanusgithub-actions[bot]
authored andcommitted
fix: styling
1 parent a513671 commit 0f4612f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Jobs/RecordUserLogin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(
2424

2525
public function handle(): void
2626
{
27-
if(!$this->userId) {
27+
if (! $this->userId) {
2828
return;
2929
}
3030

0 commit comments

Comments
 (0)