Skip to content

Commit

Permalink
Fixed target namespace when creating files with Laravel Idea
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jul 7, 2023
1 parent 90d43ee commit 973e44f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ide.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"classSuffix": "Data",
"files": [
{
"directory": "/app/Data",
"appNamespace": "Data",
"name": "${INPUT_CLASS|className|upperCamelCase}.php",
"template": {
"type": "stub",
Expand All @@ -61,7 +61,7 @@
"classSuffix": "Cast",
"files": [
{
"directory": "/app/Data/Casts",
"appNamespace": "Data\\Casts",
"name": "${INPUT_CLASS|className|upperCamelCase}.php",
"template": {
"type": "stub",
Expand All @@ -81,7 +81,7 @@
"classSuffix": "Transformer",
"files": [
{
"directory": "/app/Data/Transformers",
"appNamespace": "Data\\Transformers",
"name": "${INPUT_CLASS|className|upperCamelCase}.php",
"template": {
"type": "stub",
Expand All @@ -101,7 +101,7 @@
"classSuffix": "Rule",
"files": [
{
"directory": "/app/Data/Rules",
"appNamespace": "Data\\Rules",
"name": "${INPUT_CLASS|className|upperCamelCase}.php",
"template": {
"type": "stub",
Expand Down

0 comments on commit 973e44f

Please sign in to comment.