Skip to content

Commit

Permalink
customer return type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed May 18, 2024
1 parent b12ed9f commit 8243699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Traits/ManagesCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,9 @@ public function updatePaystackCustomer(array $options = [])
* Get the Paystack customer instance for the current user or create one.
*
* @param array $options
* @return \Digikraaft\Paystack\Customer
* @throws \Digikraaft\PaystackSubscription\Exceptions\InvalidCustomer|CustomerAlreadyExist
*/
public function createOrGetPaystackCustomer(array $options = []): PaystackCustomer
public function createOrGetPaystackCustomer(array $options = [])
{
if ($this->hasPaystackId()) {
return $this->asPaystackCustomer();
Expand Down

0 comments on commit 8243699

Please sign in to comment.