Skip to content

Commit 8243699

Browse files
committed
customer return type fix
1 parent b12ed9f commit 8243699

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Traits/ManagesCustomer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@ public function updatePaystackCustomer(array $options = [])
115115
* Get the Paystack customer instance for the current user or create one.
116116
*
117117
* @param array $options
118-
* @return \Digikraaft\Paystack\Customer
119118
* @throws \Digikraaft\PaystackSubscription\Exceptions\InvalidCustomer|CustomerAlreadyExist
120119
*/
121-
public function createOrGetPaystackCustomer(array $options = []): PaystackCustomer
120+
public function createOrGetPaystackCustomer(array $options = [])
122121
{
123122
if ($this->hasPaystackId()) {
124123
return $this->asPaystackCustomer();

0 commit comments

Comments
 (0)