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 1f2c88f commit 7fbc32cCopy full SHA for 7fbc32c
src/Jenssegers/Mongodb/Schema/Builder.php
@@ -133,7 +133,7 @@ protected function getAllCollections()
133
{
134
135
$collections = [];
136
- foreach($this->connection->getMongoDB()->listCollections() as $collection) {
+ foreach ($this->connection->getMongoDB()->listCollections() as $collection) {
137
$collections[] = $collection->getName();
138
}
139
0 commit comments