Skip to content

Commit cc0908c

Browse files
committed
Merge branch 'master' into develop
2 parents 5fd1ea5 + 05cb1ea commit cc0908c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

laravel/database/schema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php namespace Laravel\Database;
22

3+
use Closure;
34
use Laravel\Fluent;
45
use Laravel\Database as DB;
56

0 commit comments

Comments
 (0)