Skip to content

Commit

Permalink
Update ApiResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Nov 5, 2024
1 parent ec3fc0d commit a623f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metadata/ApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function __construct(
* 'jsonapi' => ['application/vnd.api+json'],
* 'json' => ['application/json'],
* 'xml' => ['application/xml', 'text/xml'],
* 'yaml' => ['application/yaml],
* 'yaml' => ['application/yaml'],
* 'csv' => ['text/csv'],
* 'html' => ['text/html'],
* 'myformat' =>['application/vnd.myformat'],
Expand Down

0 comments on commit a623f72

Please sign in to comment.