Passed
Push — master ( 7a5f9e...6e8a4d )
by Artem
02:46
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()->make(\PrettyBx\Support\Contracts\ConfigurationContract::class)->get($key);
Please login to merge, or discard this patch.