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.
2 parents c8cd432 + f2bba9b commit 67b2573Copy full SHA for 67b2573
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