Test Setup Failed
Branch master (17db1f)
by herry
11:23
created
Category
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.