Commit 8172bfb8 authored by Noel De Martin's avatar Noel De Martin

#1318 Conform with PSR-2 styles

parent 7fbc32c9
......@@ -131,7 +131,6 @@ class Builder extends \Illuminate\Database\Schema\Builder
*/
protected function getAllCollections()
{
$collections = [];
foreach ($this->connection->getMongoDB()->listCollections() as $collection) {
$collections[] = $collection->getName();
......@@ -139,5 +138,4 @@ class Builder extends \Illuminate\Database\Schema\Builder
return $collections;
}
}
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