Passed
Branch master (dc09ee)
by Zura
08:38
created
Category
src/SMSOfficeServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function boot()
16 16
     {
17
-        $this->app->singleton(SMSOffice::class, function () {
17
+        $this->app->singleton(SMSOffice::class, function() {
18 18
             $config = config('services.smsoffice');
19 19
 
20 20
             if ($config === null) {
Please login to merge, or discard this patch.