Fixes for payment method create

This commit is contained in:
David Bomba 2022-03-28 11:03:31 +11:00
parent 5bfe1f1ded
commit ab1b614855

View File

@ -18,7 +18,7 @@ class CreatePaymentMethodRequest extends FormRequest
public function authorize(): bool
{
/** @var Client $client */
$client = auth()->('guard')->user()->client;
$client = auth()->guard('contact')->user()->client;
$available_methods = [];