From 69aa3b6c33e5da24c7dba0b5a5644d95babfd677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Papu=C4=8D=C3=ADk?= Date: Wed, 24 Jul 2024 07:26:56 +0200 Subject: [PATCH] Update config.neon --- config.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.neon b/config.neon index c64ee12..6251228 100644 --- a/config.neon +++ b/config.neon @@ -10,7 +10,7 @@ generator: lower: false # generator entity - path: %appDir%/entity + path: app/entity tableName: 'Table' primaryKey: 'PrimaryKey' columnInfo: false @@ -24,7 +24,7 @@ generator: namespace: App\Entity # generator data class - pathDataClass: %appDir%/data + pathDataClass: app/data constantDataClass: true constantSizeDataClass: true referencesDataClass: false