Commit 0c133dd9 authored by Taylor Otwell's avatar Taylor Otwell

trimming comment.

parent 98ea0c0e
......@@ -384,8 +384,7 @@ class Grammar extends \Laravel\Database\Grammar {
// Like the UPDATE statement, the DELETE statement is constrained
// by WHERE clauses, so we'll need to run the "wheres" method to
// make the WHERE clauses for the query. The "wheres" method
// encapsulates the logic to create the full WHERE clause.
// make the WHERE clauses for the query.
return trim("DELETE FROM {$table} ".$this->wheres($query));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment