Skip to content

Commit

Permalink
Update src/Illuminate/Database/Schema/Blueprint.php
Browse files Browse the repository at this point in the history
Thanks!

Co-authored-by: Punyapal Shah  <[email protected]>
  • Loading branch information
eusonlito and MrPunyapal authored Oct 25, 2024
1 parent b3a373f commit 7f6980a
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 @@ -445,7 +445,7 @@ public function dropColumnIfExists($columns)
return new Fluent();
}

return $this->addCommand('dropColumn', compact('columns'));
return $this->dropColumn($columns);
}

/**
Expand Down

0 comments on commit 7f6980a

Please sign in to comment.