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