@@ -1060,7 +1060,7 @@ |
||
1060 | 1060 | $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME); |
1061 | 1061 | $dbSchema = $connection->getSchemaManager()->createSchema(); |
1062 | 1062 | |
1063 | - $tableNames = array_map(function ($table) { |
|
1063 | + $tableNames = array_map(function($table) { |
|
1064 | 1064 | return $table->getName(); |
1065 | 1065 | }, $dbSchema->getTables()); |
1066 | 1066 |