Skip to content

Commit 30441e8

Browse files
committed
fixing
1 parent 7400e57 commit 30441e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/ConfigurationUrlParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function parseConfiguration($config)
4040
}
4141

4242
$rawComponents = $this->parseUrl($url);
43+
4344
$decodedComponents = $this->parseStringsToNativeTypes(
4445
array_map('rawurldecode', $rawComponents)
4546
);

0 commit comments

Comments
 (0)