Passed
Push — master ( 36802c...39e7b4 )
by Lv
02:18 queued 11s
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 {
16 16
     public function register()
17 17
     {
18
-        $this->app->singleton(Convert::class, function () {
18
+        $this->app->singleton(Convert::class, function() {
19 19
             return new Convert();
20 20
         });
21 21
         $this->app->alias(Convert::class, 'convert');
Please login to merge, or discard this patch.