@@ -7,7 +7,7 @@ |
||
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); |