Merge pull request #1235 from ROMOPAT/patch-2

Undefined namespace Grammars
This commit is contained in:
Taylor Otwell 2013-01-05 13:23:47 -08:00
commit e7ae316e44
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Connection {
/**
* The query grammar instance for the connection.
*
* @var Grammars\Grammar
* @var Query\Grammars\Grammar
*/
protected $grammar;