Skip to content

Commit

Permalink
Merge pull request #22 from xtareq/master
Browse files Browse the repository at this point in the history
Issue  #18 solved
  • Loading branch information
z-song authored Oct 24, 2018
2 parents c8cd432 + f2bba9b commit 67b2573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scaffold/MigrationCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function create($name, $path, $table = null, $create = true)

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

$this->firePostCreateHooks();
$this->firePostCreateHooks($table);

return $path;
}
Expand Down

0 comments on commit 67b2573

Please sign in to comment.