Skip to content

Commit

Permalink
Remove parameter from DecoratesQueryBuilder::delete() (#39900)
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir authored Dec 6, 2021
1 parent faa56bd commit eb66b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ public function decrement($column, $amount = 1, array $extra = [])
/**
* @inheritdoc
*/
public function delete($id = null)
public function delete()
{
return $this->forwardDecoratedCallTo($this->query, __FUNCTION__, func_get_args());
}
Expand Down

0 comments on commit eb66b96

Please sign in to comment.