Skip to content

Commit f2bba9b

Browse files
authored
Issue #18 solved
1 parent c8cd432 commit f2bba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scaffold/MigrationCreator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function create($name, $path, $table = null, $create = true)
3131

3232
$this->files->put($path, $this->populateStub($name, $stub, $table));
3333

34-
$this->firePostCreateHooks();
34+
$this->firePostCreateHooks($table);
3535

3636
return $path;
3737
}

0 commit comments

Comments
 (0)