@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | public static function getInstance(): static |
25 | 25 | { |
26 | - if (! app()->bound(self::class)) { |
|
26 | + if (!app()->bound(self::class)) { |
|
27 | 27 | app()->singleton(self::class); |
28 | 28 | } |
29 | 29 |