@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace FondBot\Foundation\Providers; |
6 | 6 | |
@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | { |
12 | 12 | public function register(): void |
13 | 13 | { |
14 | - $this->app->singleton(Kernel::class, function () { |
|
14 | + $this->app->singleton(Kernel::class, function() { |
|
15 | 15 | return new Kernel; |
16 | 16 | }); |
17 | 17 | } |