Commit 5cddd41
authored
Fix bug
In the case when there is a null return from the ::find() the error message would be "
message": "Overtrue\\LaravelPassportCacheToken\\CacheTokenRepository::find(): Return value must be of type Laravel\\Passport\\Token, null returned",
"exception": "TypeError",
This pull requests addresses this typerror.1 parent 4a64b3c commit 5cddd41
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments