Commit 490eb0f5 authored by Taylor Otwell's avatar Taylor Otwell

remove die.

parent 5e59a72b
......@@ -23,7 +23,7 @@ class Grammar extends \Laravel\Database\Grammar {
*/
public function select(Query $query)
{
die(var_dump($this->concatenate($this->components($query))));
return $this->concatenate($this->components($query));
}
/**
......
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