Skip to content

Commit 00b49cd

Browse files
committed
mongodb#1930 add missing parent calls
1 parent 4225445 commit 00b49cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Schema/Blueprint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint
4343
*/
4444
public function __construct(Connection $connection, string $collection)
4545
{
46+
parent::__construct($collection);
47+
4648
$this->connection = $connection;
4749

4850
$this->collection = $this->connection->getCollection($collection);

0 commit comments

Comments
 (0)