Skip to content

Commit 1a0c6d4

Browse files
committed
#1930 add missing parent calls
1 parent f6efbf5 commit 1a0c6d4

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)