Unverified Commit 321885c9 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1398 from jenssegers/analysis-XN0yQy

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