Skip to content

Commit

Permalink
Merge pull request #497 from andrey-helldar/patch/2023-07-08/02-21
Browse files Browse the repository at this point in the history
Fixed target namespace when creating files with Laravel Idea
  • Loading branch information
rubenvanassche committed Aug 4, 2023
2 parents 7d42f07 + 973e44f commit e767c8c
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 e767c8c

Please sign in to comment.