@@ -330,7 +330,7 @@ |
||
| 330 | 330 | * @param string $tableName |
| 331 | 331 | * @return bool |
| 332 | 332 | */ |
| 333 | - private function hasClosing($tableName){ |
|
| 333 | + private function hasClosing($tableName) { |
|
| 334 | 334 | $closing = Closing::findOne($tableName); |
| 335 | 335 | return !($closing == null); |
| 336 | 336 | } |