We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a21bcf commit 73adfefCopy full SHA for 73adfef
src/DumpSchema.php
@@ -97,7 +97,7 @@ public function load()
97
98
foreach ($this->customizedTables as $tableName => $tableDefinition) {
99
$table = new TableDefinition($this->getTable($tableName));
100
- call_user_func_array($tableDefinition, [$table]);
+ call_user_func_array($tableDefinition, [$table, Factory::create()]);
101
102
$this->dumpTables[$tableName] = $table;
103
}
0 commit comments