Merge branch 'master' into develop
This commit is contained in:
@@ -21,7 +21,7 @@ class Connection {
|
|||||||
/**
|
/**
|
||||||
* The query grammar instance for the connection.
|
* The query grammar instance for the connection.
|
||||||
*
|
*
|
||||||
* @var Grammars\Grammar
|
* @var Query\Grammars\Grammar
|
||||||
*/
|
*/
|
||||||
protected $grammar;
|
protected $grammar;
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<?php namespace Laravel\Database;
|
<?php namespace Laravel\Database;
|
||||||
|
|
||||||
|
use Closure;
|
||||||
use Laravel\Fluent;
|
use Laravel\Fluent;
|
||||||
use Laravel\Database as DB;
|
use Laravel\Database as DB;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user