Completed
Push — master ( 338bf5...f10675 )
by Songda
01:40
created
src/PayServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     {
42 42
         $this->mergeConfigFrom(dirname(__DIR__) . '/config/pay.php', 'pay');
43 43
 
44
-        $this->app->singleton(Pay::class, function ($app) {
44
+        $this->app->singleton(Pay::class, function($app) {
45 45
             return new Pay(config('pay'));
46 46
         });
47 47
 
@@ -55,6 +55,6 @@  discard block
 block discarded – undo
55 55
      */
56 56
     public function provides()
57 57
     {
58
-        return [Pay::class, 'pay'];
58
+        return [ Pay::class, 'pay' ];
59 59
     }
60 60
 }
61 61
\ No newline at end of file
Please login to merge, or discard this patch.