Passed
Push — master ( d53b0f...0e5add )
by herry
24:53 queued 15:55
created
src/Providers/PinyinServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         $this->mergeConfigFrom(
25 25
             dirname(__DIR__) . '/../config/pinyin.php', 'pinyin'
26 26
         );
27
-        $this->app->singleton(Pinyin::class, function ($app) {
27
+        $this->app->singleton(Pinyin::class, function($app) {
28 28
             return new Pinyin($app->config['pinyin']);
29 29
         });
30 30
         $this->app->alias(Pinyin::class, 'pinyin');
Please login to merge, or discard this patch.