Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaoda committed Sep 12, 2019
1 parent 48b68a8 commit 186cdf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SmscRuServiceProvider.php
Expand Up @@ -13,9 +13,11 @@ public function register(): void
return new SmscRuApi($app['config']['services.smscru']);
});
}

public function provides(): array
{
return [SmscRuApi::class];
return [
SmscRuApi::class,
];
}
}

0 comments on commit 186cdf6

Please sign in to comment.