@@ -30,7 +30,8 @@ |
||
30 | 30 | /** |
31 | 31 | * @param array<Table> $tables |
32 | 32 | */ |
33 | - public function __construct(array $tables = []) { |
|
33 | + public function __construct(array $tables = []) |
|
34 | + { |
|
34 | 35 | foreach ($tables as $table) { |
35 | 36 | $this->tables[$table->getName()] = $table; |
36 | 37 | } |