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 b248625 + 447c788 commit 2983435Copy full SHA for 2983435
composer.json
@@ -43,7 +43,7 @@
43
"illuminate/support": "^10.0|^11.0",
44
"illuminate/auth": "^10.0|^11.0",
45
"illuminate/database": "^10.0|^11.0",
46
- "laravel/passport": "^10.0|^11.0"
+ "laravel/passport": "^10.0|^11.0|^12"
47
},
48
"require-dev": {
49
"mockery/mockery": "^1.0",
src/Bridge/ClaimEntity.php
@@ -6,7 +6,6 @@
6
7
class ClaimEntity implements ClaimEntityInterface
8
{
9
-
10
protected $identifier;
11
protected $type;
12
protected $essential;
@@ -45,7 +44,7 @@ public function getEssential()
return $this->essential;
}
- public function jsonSerialize()
+ public function jsonSerialize(): array
50
return [
51
'identifier' => $this->getIdentifier(),
0 commit comments