@@ -132,8 +132,9 @@ |
||
132 | 132 | */ |
133 | 133 | protected function setTable(string $tableName, string $tableAlias = ""): self |
134 | 134 | { |
135 | - if (!empty($tableAlias)) |
|
136 | - $this->tableAlias = $tableAlias; |
|
135 | + if (!empty($tableAlias)) { |
|
136 | + $this->tableAlias = $tableAlias; |
|
137 | + } |
|
137 | 138 | $this->tableName = $tableName; |
138 | 139 | return $this; |
139 | 140 | } |