Style CI fix

parent 4ea4e391
......@@ -101,8 +101,7 @@ class Builder extends \Illuminate\Database\Schema\Builder
*/
public function dropIfExists($collection)
{
if($this->hasCollection($collection)) {
if ($this->hasCollection($collection)) {
return $this->drop($collection);
}
......
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