We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0601039 commit 64be65bCopy full SHA for 64be65b
ide.json
@@ -9,7 +9,7 @@
9
"files": [
10
{
11
"appNamespace": "Feeds",
12
- "name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|replace: ,_|upperCamelCase|snakeCase}.php",
+ "name": "${INPUT_CLASS|replace: ,_|className|upperCamelCase}.php",
13
"template": {
14
"type": "stub",
15
"path": "/stubs/feed.stub",
@@ -31,7 +31,7 @@
31
32
33
"appNamespace": "Feeds\\Items",
34
35
36
37
"path": "/stubs/feed_item.stub",
0 commit comments