trimming comment.
This commit is contained in:
parent
98ea0c0e6f
commit
0c133dd96c
|
@ -384,8 +384,7 @@ public function delete(Query $query)
|
||||||
|
|
||||||
// Like the UPDATE statement, the DELETE statement is constrained
|
// Like the UPDATE statement, the DELETE statement is constrained
|
||||||
// by WHERE clauses, so we'll need to run the "wheres" method to
|
// by WHERE clauses, so we'll need to run the "wheres" method to
|
||||||
// make the WHERE clauses for the query. The "wheres" method
|
// make the WHERE clauses for the query.
|
||||||
// encapsulates the logic to create the full WHERE clause.
|
|
||||||
return trim("DELETE FROM {$table} ".$this->wheres($query));
|
return trim("DELETE FROM {$table} ".$this->wheres($query));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue