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.
2 parents 4a64b3c + 5cddd41 commit d3a3960Copy full SHA for d3a3960
src/CacheTokenRepository.php
@@ -53,7 +53,7 @@ public function __construct(string $cacheKeyPrefix = null, int $expiresInSeconds
53
*
54
* @return \Laravel\Passport\Token
55
*/
56
- public function find($id): Token
+ public function find($id): ?Token
57
{
58
return $this->cacheStore()->remember(
59
$this->itemKey($id),
0 commit comments