Skip to content

Commit

Permalink
Update InlinesIndexes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
larskoole authored Feb 20, 2023
1 parent 6df23bd commit e5f9e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Blueprint/InlinesIndexes.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function indexCommands()
* @param Grammar $grammar
* @return void
*/
protected function addImpliedCommands(Grammar $grammar)
protected function addImpliedCommands(Connection $connection, Grammar $grammar)
{
parent::addImpliedCommands($grammar);

Expand Down

0 comments on commit e5f9e5f

Please sign in to comment.