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 c8cd432 commit f2bba9bCopy full SHA for f2bba9b
src/Scaffold/MigrationCreator.php
@@ -31,7 +31,7 @@ public function create($name, $path, $table = null, $create = true)
31
32
$this->files->put($path, $this->populateStub($name, $stub, $table));
33
34
- $this->firePostCreateHooks();
+ $this->firePostCreateHooks($table);
35
36
return $path;
37
}
0 commit comments