Update laravel/database/connection.php

This commit is contained in:
Patrick Romowicz 2012-09-17 21:49:17 +03:00
parent 5f9a26bae3
commit 966e8462c9
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 Grammar
* @var Query\Grammars\Grammar
*/
protected $grammar;