fixed comment in grammar.
This commit is contained in:
parent
4737c6d8a9
commit
3569edbb0b
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue