Skip to content

Commit

Permalink
Merge pull request #207 from mirmovsum-abasov/patch-1
Browse files Browse the repository at this point in the history
Update model.stub remove type declaration
  • Loading branch information
Mohammad-Alavi authored Oct 7, 2024
2 parents 3e839a7 + dd26960 commit f1d6993
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 f1d6993

Please sign in to comment.