Commit afcb60ec authored by Taylor Otwell's avatar Taylor Otwell

Adding comment in database grammar.

Signed-off-by: 's avatarTaylor Otwell <taylorotwell@gmail.com>
parent d862a518
......@@ -35,6 +35,9 @@ abstract class Grammar {
*/
public function wrap_table($table)
{
// Expressions should be injected into the query as raw strings so
// so we do not want to wrap them in any way. We will just return
// the string value from the expression to be included.
if ($table instanceof Expression)
{
return $this->wrap($table);
......
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