Completed
Push — master ( 48f5be...23d8c2 )
by Timur
03:31
created
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.