Skip to content

Commit

Permalink
Update Blueprint.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Dec 5, 2023
1 parent b9687da commit 4111c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function engine($engine)
*/
public function innoDb()
{
return $this->engine('InnoDB');
$this->engine('InnoDB');
}

/**
Expand Down

0 comments on commit 4111c23

Please sign in to comment.