Completed
Push — master ( 3d7f26...40113d )
by do
05:13 queued 02:36
created
src/OfficialAccount/Users/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $app)
20 20
     {
21
-        $app['users'] = function ($app) {
21
+        $app['users'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
Please login to merge, or discard this patch.