Completed
Push — master ( 2e41b9...22f7ab )
by Zura
15:12 queued 06:57
created
src/SMSOfficeServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function boot()
17 17
     {
18
-        $this->app->singleton(SMSOffice::class, function () {
18
+        $this->app->singleton(SMSOffice::class, function() {
19 19
             $config = /** @scrutinizer ignore-call */config('services.smsoffice');
20 20
 
21 21
             if ($config === null) {
Please login to merge, or discard this patch.