Skip to content

Commit e7ae316

Browse files
committed
Merge pull request laravel#1235 from ROMOPAT/patch-2
Undefined namespace Grammars
2 parents 0726fb8 + 966e846 commit e7ae316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/database/connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Connection {
2121
/**
2222
* The query grammar instance for the connection.
2323
*
24-
* @var Grammars\Grammar
24+
* @var Query\Grammars\Grammar
2525
*/
2626
protected $grammar;
2727

0 commit comments

Comments
 (0)