Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell 2013-01-05 16:07:59 -06:00
commit cc0908cddc
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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;