Skip to content

Commit 9d5398b

Browse files
committed
Style CI fix
1 parent 4ea4e39 commit 9d5398b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Jenssegers/Mongodb/Schema/Builder.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ public function create($collection, Closure $callback = null)
101101
*/
102102
public function dropIfExists($collection)
103103
{
104-
if($this->hasCollection($collection)) {
105-
104+
if ($this->hasCollection($collection)) {
106105
return $this->drop($collection);
107106
}
108107

0 commit comments

Comments
 (0)