Skip to content

Commit

Permalink
Update Resource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jan 25, 2025
1 parent 494fef7 commit c666d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
interface Resource
{
/**
* Get the resource key to be used for the JSON response.
* Get the resource key to be used for the response serialization.
*/
public function getResourceKey(): string;
}

0 comments on commit c666d0f

Please sign in to comment.