Skip to content

Commit 67b2573

Browse files
authored
Merge pull request #22 from xtareq/master
Issue #18 solved
2 parents c8cd432 + f2bba9b commit 67b2573

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)