Commit 5fd1ea52 authored by Taylor Otwell's avatar Taylor Otwell

Fix bug in connection with custom grammars.

parent 653770a3
......@@ -75,7 +75,7 @@ class Connection {
if (isset(\Laravel\Database::$registrar[$this->driver()]))
{
\Laravel\Database::$registrar[$this->driver()]['query']();
return $this->grammar = \Laravel\Database::$registrar[$this->driver()]['query']();
}
switch ($this->driver())
......
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