Commit cc0908cd authored by Taylor Otwell's avatar Taylor Otwell

Merge branch 'master' into develop

parents 5fd1ea52 05cb1ea5
......@@ -21,7 +21,7 @@ class Connection {
/**
* The query grammar instance for the connection.
*
* @var Grammars\Grammar
* @var Query\Grammars\Grammar
*/
protected $grammar;
......
<?php namespace Laravel\Database;
use Closure;
use Laravel\Fluent;
use Laravel\Database as DB;
......
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