Robin Thoni 8 лет назад
Родитель
Сommit
98f46ff307
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/Generator/LuGenerator.php

+ 1
- 1
src/Generator/LuGenerator.php Просмотреть файл

@@ -240,7 +240,7 @@ ORDER BY parameters.ordinal_position;");
240 240
                     continue;
241 241
                 $columns = $this->sqlTypesToPhpTypes($columns);
242 242
                 $baseName = $this->snakeToCamelCase($table_name, true);
243
-                $modelName = $baseName . "Model";
243
+                $modelName = $baseName;
244 244
                 $dboName = $baseName . "Dbo";
245 245
                 $dataAccessName = $baseName . "DataAccess";
246 246
                 $businessName = $baseName . "Business";

Загрузка…
Отмена
Сохранить