We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6efbf5 commit 1a0c6d4Copy full SHA for 1a0c6d4
src/Schema/Blueprint.php
@@ -43,6 +43,8 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint
43
*/
44
public function __construct(Connection $connection, string $collection)
45
{
46
+ parent::__construct($collection);
47
+
48
$this->connection = $connection;
49
50
$this->collection = $this->connection->getCollection($collection);
0 commit comments