diff --git a/configurer/index.ts b/configurer/index.ts index d0c509e..6cb7a9f 100644 --- a/configurer/index.ts +++ b/configurer/index.ts @@ -44,7 +44,7 @@ export default class DatabaseConfigurer extends BaseConfigurer { ) .setTo('commands', 'make:crud', { path: '@athenna/database/commands/MakeCrudCommand', - fileCase: Config.is('rc.isSlim', true) ? 'toDotCase' : 'toPascalCase' + fileCase: 'toDotCase' }) .setTo('commands', 'db:fresh', { path: '@athenna/database/commands/DbFreshCommand', diff --git a/package-lock.json b/package-lock.json index 9cf73b4..39e8210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/database", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/database", - "version": "5.0.0", + "version": "5.1.0", "license": "MIT", "dependencies": { "@faker-js/faker": "^8.4.1", diff --git a/package.json b/package.json index 8a3a547..3d9a1cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/database", - "version": "5.0.0", + "version": "5.1.0", "description": "The Athenna database handler for SQL/NoSQL.", "license": "MIT", "author": "João Lenon ",