Commit 959d761b authored by Jens Segers's avatar Jens Segers Committed by GitHub

Applied fixes from StyleCI (#1010)

parent 53c4290d
......@@ -185,7 +185,7 @@ class Connection extends \Illuminate\Database\Connection
}
}
return "mongodb://" . implode(',', $hosts) . ($database? "/{$database}" : '');
return "mongodb://" . implode(',', $hosts) . ($database ? "/{$database}" : '');
}
/**
......
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