@@ -22,7 +22,7 @@ |
||
| 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 | } |