Skip to content

Commit

Permalink
Fix missing newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 8, 2017
1 parent 33e71e0 commit 80392e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/Query.php
Expand Up @@ -1703,6 +1703,7 @@ public function clause($name)
$clauses = implode(', ', array_keys($this->_parts));
throw new InvalidArgumentException("The '$name' clause is not defined. Valid clauses are: $clauses");
}

return $this->_parts[$name];
}

Expand Down

0 comments on commit 80392e2

Please sign in to comment.