Completed
Push — master ( 20fc42...f21ca8 )
by Filippo
06:27 queued 03:35
created
src/WuBookServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      */
58 58
     public function register()
59 59
     {
60
-        $this->app->singleton('wubook', function (Container $app) {
60
+        $this->app->singleton('wubook', function(Container $app) {
61 61
             $config = $app['config'];
62 62
             return new WuBookManager($config);
63 63
         });
Please login to merge, or discard this patch.