techbly

Results 2 issues of techbly

any solution on how to use this package with multiple guard

enhancement
help wanted

``` request()->merge([ 'email' => $user->email, 'key' => $key, ]); return Paystack::createCustomer() ; the return statement is giving me null; ```