Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larskoole committed Feb 20, 2023
1 parent d4d6f8c commit 75661e1
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 @@ -91,7 +91,7 @@ protected function indexCommands()
*/
protected function addImpliedCommands(Connection $connection, Grammar $grammar)
{
parent::addImpliedCommands($grammar);
parent::addImpliedCommands($connection, $grammar);

$this->addFluentSingleStoreIndexes();

Expand Down

0 comments on commit 75661e1

Please sign in to comment.