Commit 3569edbb by Taylor Otwell

fixed comment in grammar.

parent 4737c6d8
...@@ -17,8 +17,8 @@ abstract class Grammar { ...@@ -17,8 +17,8 @@ abstract class Grammar {
*/ */
public function wrap($value) public function wrap($value)
{ {
// Expressions should be injected into the query as raw strings, // Expressions should be injected into the query as raw strings so
// so we do not want to wrap them in any way. We'll just return // so we do not want to wrap them in any way. We will just return
// the string value from the expression to be included. // the string value from the expression to be included.
if ($value instanceof Expression) return $value->get(); if ($value instanceof Expression) return $value->get();
......
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