Passed
Push — master ( 23055e...9a3e9b )
by Farhad
08:38 queued 04:45
created
src/RayganSmsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public function register()
10 10
     {
11
-        $this->app->singleton('RayganSms', function ($app) {
11
+        $this->app->singleton('RayganSms', function($app) {
12 12
             $conf = $app['config']['services.raygansms'];
13 13
 
14 14
             return new Sms($conf['user_name'], $conf['password'], $conf['phone_number']);
Please login to merge, or discard this patch.