Test Failed
Push — master ( 806f29...914e06 )
by Meysam
02:59
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             'hostiran-sms-provider'
23 23
         );
24 24
 
25
-        $this->app->bind('hostiran-sms-provider', function () {
25
+        $this->app->bind('hostiran-sms-provider', function() {
26 26
             return new HostiranSmsProvider(new ToOne());
27 27
         });
28 28
     }
Please login to merge, or discard this patch.