Skip to content

Commit

Permalink
fix: return null in migration
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jul 17, 2024
1 parent fa25931 commit 940df18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Migration/Version001000Date20240712000000.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
}
return $schema;
}
return null;
}
}

0 comments on commit 940df18

Please sign in to comment.