Skip to content

Commit 3a17515

Browse files
committed
Use parent Builder's constructor. Ours was incomplete in that it didn't initialize $this->grammar
1 parent 60b63c0 commit 3a17515

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Jenssegers/Mongodb/Schema/Builder.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class Builder extends \Illuminate\Database\Schema\Builder
99
{
10-
/**
11-
* @inheritdoc
12-
*/
13-
public function __construct(Connection $connection)
14-
{
15-
$this->connection = $connection;
16-
}
17-
1810
/**
1911
* @inheritdoc
2012
*/

0 commit comments

Comments
 (0)