Skip to content

Commit

Permalink
Update config.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jul 24, 2024
1 parent 932b7e5 commit 69aa3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generator:
lower: false

# generator entity
path: %appDir%/entity
path: app/entity
tableName: 'Table'
primaryKey: 'PrimaryKey'
columnInfo: false
Expand All @@ -24,7 +24,7 @@ generator:
namespace: App\Entity

# generator data class
pathDataClass: %appDir%/data
pathDataClass: app/data
constantDataClass: true
constantSizeDataClass: true
referencesDataClass: false
Expand Down

0 comments on commit 69aa3b6

Please sign in to comment.