Skip to content

Commit ac52f47

Browse files
barryvdhd3v2a
authored andcommitted
CS
1 parent b8d6da0 commit ac52f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ public function getPropertiesFromTable($model)
510510
$schema = $model->getConnection()->getDoctrineSchemaManager();
511511
$databasePlatform = $schema->getDatabasePlatform();
512512
$databasePlatform->registerDoctrineTypeMapping('enum', 'string');
513-
513+
514514
if (strpos($table, '.')) {
515515
[$database, $table] = explode('.', $table);
516516
}

0 commit comments

Comments
 (0)