Passed
Branch master (48f5be)
by Timur
03:24
created
Category
src/Providers/UnisenderChannelServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function register()
11 11
     {
12
-        $this->app->singleton(UnisenderApi::class, function ($app) {
12
+        $this->app->singleton(UnisenderApi::class, function($app) {
13 13
             $token = $app['config']->get('services.unisender.api-key');
14 14
 
15 15
             return new UnisenderApi($token);
Please login to merge, or discard this patch.