Skip to content

Commit b9215e0

Browse files
Simplified file name checking when creating an operation (Laravel Idea 8.4+ required)
1 parent fcf3004 commit b9215e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"files": [
1010
{
1111
"directory": "/operations",
12-
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|replace: ,_|upperCamelCase|snakeCase}.php",
12+
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${TABLE_NAME|convertToClassName}.php",
1313
"template": {
1414
"type": "stub",
1515
"path": "/stubs/deploy-operation.stub",

0 commit comments

Comments
 (0)