Skip to content

Commit 0722468

Browse files
committed
Auth improvements vol2
1 parent a82cc09 commit 0722468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lodash/Auth/Services/AuthService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
use function is_null;
2121

22-
class AuthService implements AuthServiceContract
22+
readonly class AuthService implements AuthServiceContract
2323
{
2424
public function __construct(
2525
protected RefreshTokenRepositoryContract $refreshTokenRepositoryContract,

0 commit comments

Comments
 (0)