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 b6e306b commit b9bd0fdCopy full SHA for b9bd0fd
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": ">=7.1.0",
14
"ext-json": "*",
15
- "league/fractal": "^0.19.2",
+ "league/fractal": "^0.20.0",
16
"yiisoft/yii2": "~2.0.15"
17
18
},
src/JsonApiError.php
@@ -21,6 +21,7 @@ class JsonApiError extends BaseObject implements JsonSerializable
21
public $source;
22
public $meta = [];
23
24
+ #[\ReturnTypeWillChange]
25
public function jsonSerialize()
26
{
27
$base = [
0 commit comments