Skip to content

Commit

Permalink
Merge pull request #1340 from bakaphp/feat-auth-device-id
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
kaioken authored May 16, 2024
2 parents bf60638 + 8b35414 commit d3d6a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kanvas/Users/Models/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ public function setCurrentDeviceId(?string $deviceId = null): void
$this->currentDeviceId = $deviceId;
}

public function getCurrentDeviceId(): string
public function getCurrentDeviceId(): ?string
{
return $this->currentDeviceId;
}
Expand Down

0 comments on commit d3d6a78

Please sign in to comment.