Skip to content

Commit

Permalink
Simplified file name checking when creating an operation (Laravel Ide…
Browse files Browse the repository at this point in the history
…a 8.4+ required)
  • Loading branch information
andrey-helldar committed Oct 4, 2024
1 parent fcf3004 commit b9215e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"files": [
{
"directory": "/operations",
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|replace: ,_|upperCamelCase|snakeCase}.php",
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${TABLE_NAME|convertToClassName}.php",
"template": {
"type": "stub",
"path": "/stubs/deploy-operation.stub",
Expand Down

0 comments on commit b9215e0

Please sign in to comment.