Skip to content

Commit

Permalink
Fix notice implementation.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 6, 2020
1 parent 8a14344 commit 3ce901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrator/Migrator.php
Expand Up @@ -105,7 +105,7 @@ public function resolve($file)
public function outputUsing(?Notice $notice)
{
if ($notice instanceof Notice) {
$notice->mergeWith($migrator);
$notice->mergeWith($this);
}

return $this;
Expand Down

0 comments on commit 3ce901d

Please sign in to comment.