Commit 57c0d851 authored by Jens Segers's avatar Jens Segers

Typo

parent 084f71e4
...@@ -667,7 +667,7 @@ class Builder extends \Illuminate\Database\Query\Builder { ...@@ -667,7 +667,7 @@ class Builder extends \Illuminate\Database\Query\Builder {
*/ */
protected function compileWheres() protected function compileWheres()
{ {
// The where's to compile. // The wheres to compile.
$wheres = $this->wheres ?: array(); $wheres = $this->wheres ?: array();
// We will add all compiled wheres to this array. // We will add all compiled wheres to this array.
......
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