Skip to content

Commit a791733

Browse files
committed
fix styleci
1 parent 9f9fa22 commit a791733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/WebPushServiceProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function boot()
4444
$this->definePublishing();
4545
}
4646
}
47+
4748
/**
4849
* Get Guzzle Request options from config file and
4950
* pass to WebPush.
@@ -52,8 +53,10 @@ public function boot()
5253
protected function clientOptionsConfig()
5354
{
5455
$webpush = config('webpush');
56+
5557
return $webpush['client_options'];
5658
}
59+
5760
/**
5861
* @return array
5962
*/

0 commit comments

Comments
 (0)