Skip to content

Commit 5a6b840

Browse files
authored
Update generation id to remove type.
1 parent af979f6 commit 5a6b840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ide.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
33
"codeGenerations": [
44
{
5-
"id": "webfox.create-string-backed-enum",
5+
"id": "webfox.create-backed-enum",
66
"name": "Create Backed Enum",
77
"classSuffix": "Enum",
88
"parameters": [
99
{
10-
"id": "webfox.create-string-backed-enum:type",
10+
"id": "webfox.create-backed-enum:type",
1111
"name": "Type",
1212
"type": "combobox",
1313
"options": {

0 commit comments

Comments
 (0)