Skip to content

Commit

Permalink
Update model.stub remove type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mirmovsum-abasov authored Aug 28, 2024
1 parent 21a31ec commit dd26960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/Stubs/model.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class {{class-name}} extends ParentModel
/**
* A resource key to be used in the serialized responses.
*/
protected string $resourceKey = '{{resource-key}}';
protected $resourceKey = '{{resource-key}}';
}

0 comments on commit dd26960

Please sign in to comment.