Adding comment in database grammar.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
parent
d862a5181a
commit
afcb60ec60
|
@ -35,6 +35,9 @@ public function __construct(Connection $connection)
|
|||
*/
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue