From b73656166edab4cfc26733e135e0f17a8c4c8475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 13 Feb 2024 18:57:13 +0100 Subject: [PATCH] Add RFF class to Purchase component --- app/Livewire/BillingPortal/Purchase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Livewire/BillingPortal/Purchase.php b/app/Livewire/BillingPortal/Purchase.php index 79da0873e018..02393fbab5f4 100644 --- a/app/Livewire/BillingPortal/Purchase.php +++ b/app/Livewire/BillingPortal/Purchase.php @@ -39,6 +39,7 @@ class Purchase extends Component Setup::class, Cart::class, Authentication::class, + RFF::class, Example::class, ];