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 367dc44 commit 789bfe1Copy full SHA for 789bfe1
src/Bridge/AuthCodeRepository.php
@@ -32,7 +32,7 @@ public function persistNewAuthCode(AuthCodeEntityInterface $authCodeEntity)
32
'expires_at' => $authCodeEntity->getExpiryDateTime(),
33
];
34
35
- Passport::authCode()->setRawAttributes($attributes)->save();
+ Passport::authCode()->forceFill($attributes)->save();
36
}
37
38
/**
0 commit comments