Commit 9c750f0a authored by Jens Segers's avatar Jens Segers Committed by StyleCI Bot

Apply fixes from StyleCI

parent 99f402bd
......@@ -171,7 +171,7 @@ class Connection extends BaseConnection
{
$dsn_string = $config['dsn'];
if ( Str::contains($dsn_string, 'mongodb://') ){
if (Str::contains($dsn_string, 'mongodb://')) {
$dsn_string = Str::replaceFirst('mongodb://', '', $dsn_string);
}
......
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