Browse Source

Merge pull request #1235 from ROMOPAT/patch-2

Undefined namespace Grammars
Taylor Otwell 12 years ago
parent
commit
e7ae316e44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/database/connection.php

+ 1 - 1
laravel/database/connection.php

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