Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
professor93 authored and github-actions[bot] committed Jun 22, 2022
1 parent 94ab9e5 commit 2d1376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EskizSmsClientServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function configurePackage(Package $package): void
$package->name('eskiz-sms-client')->hasConfigFile();
$this->app->singleton(EskizSmsClient::class, function () {
$config = config('eskiz-sms-client');
Http::macro('eskiz', fn(): PendingRequest => Http::baseUrl($config['api_url']));
Http::macro('eskiz', fn (): PendingRequest => Http::baseUrl($config['api_url']));

return new EskizSmsClient(
email: $config['email'],
Expand Down

0 comments on commit 2d1376a

Please sign in to comment.