Skip to content

Commit 193b66d

Browse files
committed
Fix style
1 parent ea8f499 commit 193b66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/items/Attribute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ public function toColumnSchema():ColumnSchema
334334
}
335335
if (is_array($this->enumValues)) {
336336
$column->enumValues = $this->enumValues;
337-
if (ApiGenerator::isPostgres() && empty($this->xDbType)) {
337+
if (ApiGenerator::isPostgres() && empty($this->xDbType)) {
338338
$column->dbType = 'enum_'.Yii::$app->db->tablePrefix.$this->tableName.'_' . $column->name;
339-
}
339+
}
340340
}
341341
$this->handleDecimal($column);
342342

0 commit comments

Comments
 (0)