Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
daniel-de-wit authored Oct 12, 2020
1 parent 50875af commit 02f6022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class MyResource extends Resource
/**
* @return string|int
*/
public static function singleRecordId(): bool
public static function singleRecordId()
{
return 1;
}
Expand Down

0 comments on commit 02f6022

Please sign in to comment.