Passed
Push — master ( 716d55...d6c873 )
by Linh
02:37
created
src/Providers/InfobipSmsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function register()
32 32
     {
33
-        $this->app->singleton('infobip.sms', function (Container $app) {
33
+        $this->app->singleton('infobip.sms', function(Container $app) {
34 34
             return new InfobipSmsService(
35 35
                 $app['config']['infobip-sms.from'],
36 36
                 $app['config']['infobip-sms.username'],
Please login to merge, or discard this patch.