Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 16, 2023
1 parent 624e300 commit a7fc989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function toResourceIdentifier(Request $request)
/**
* @return array{id: string, type: string, attributes?: stdClass, relationships?: stdClass, meta?: stdClass, links?: stdClass}
*/
public function toArray(Request $request)
public function toArray($request)
{
return [
'id' => $this->resolveId($request),
Expand Down

0 comments on commit a7fc989

Please sign in to comment.