Passed
Pull Request — main (#11)
by Abbotton
14:38 queued 11:58
created
src/DouDianServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'doudian');
28 28
 
29 29
         // Register the main class to use with the facade
30
-        $this->app->singleton('doudian', function () {
30
+        $this->app->singleton('doudian', function() {
31 31
             $config = config('doudian');
32 32
 
33 33
             return new DouDian($config);
Please login to merge, or discard this patch.