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

Commit e911822

Browse files
committed
Fix spacing issue with casting
1 parent 56cbb00 commit e911822

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
@@ -69,7 +69,7 @@
6969
" */",
7070
"protected \\$casts = [",
7171
"\t'$1' => '${0:type}',",
72-
" ];"
72+
"];"
7373
],
7474
"description": "Attribute Casting: he attributes that should be cast to native types within your model."
7575
},

0 commit comments

Comments
 (0)