Completed
Push — master ( 623160...c010a4 )
by Vladimir
10:58
created
src/Foundation/Providers/FoundationServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.