Skip to content

Commit 789bfe1

Browse files
authored
Change to forceFill. Fixes #908. (#1266)
1 parent 367dc44 commit 789bfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/AuthCodeRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function persistNewAuthCode(AuthCodeEntityInterface $authCodeEntity)
3232
'expires_at' => $authCodeEntity->getExpiryDateTime(),
3333
];
3434

35-
Passport::authCode()->setRawAttributes($attributes)->save();
35+
Passport::authCode()->forceFill($attributes)->save();
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)