Passed
Push — master ( 38ccc9...185506 )
by Artem
02:06
created
container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
     }
8 8
 }
9 9
 
10
-if (!  function_exists('config')) {
10
+if (!function_exists('config')) {
11 11
     function config(string $key)
12 12
     {
13 13
         return container(\PrettyBx\Support\Contracts\ConfigurationContract::class)->get($key);
Please login to merge, or discard this patch.