Commit 7fbc32c9 authored by Noel De Martin's avatar Noel De Martin

#1318 Conform with PSR-2 styles

parent 1f2c88fd
......@@ -133,7 +133,7 @@ class Builder extends \Illuminate\Database\Schema\Builder
{
$collections = [];
foreach($this->connection->getMongoDB()->listCollections() as $collection) {
foreach ($this->connection->getMongoDB()->listCollections() as $collection) {
$collections[] = $collection->getName();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment