Passed
Push — master ( b2ba67...97f14d )
by Vasyl
04:43
created
src/TurboSmsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      */
12 12
     public function register()
13 13
     {
14
-        $this->app->singleton(TurboSmsApi::class, function ($app) {
14
+        $this->app->singleton(TurboSmsApi::class, function($app) {
15 15
             $apiToken = $this->app['config']['services.turbosms.api_token'];
16 16
             $sender = $this->app['config']['services.turbosms.sender'];
17 17
       
Please login to merge, or discard this patch.