Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit d7cb0b9

Browse files
authored
Merge pull request #6 from MartinP7r/patch-1
`$incrementing` access level needs to be `public`
2 parents 5b58937 + bd73578 commit d7cb0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/model.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
" *",
269269
" * @var bool",
270270
" */",
271-
"protected \\$incrementing = ${1:false};"
271+
"public \\$incrementing = ${1:false};"
272272
],
273273
"description": "Incrementing: Indicates if the IDs are auto-incrementing."
274274
},

0 commit comments

Comments
 (0)