From 048e23ce7cdc10e12d4c9525358294fad7693ecf Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 25 Sep 2025 14:52:55 -0400 Subject: [PATCH] Adds the StoreItemsView::$source property --- Store/StoreItemsView.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Store/StoreItemsView.php b/Store/StoreItemsView.php index 1b7da7a9..680d025d 100644 --- a/Store/StoreItemsView.php +++ b/Store/StoreItemsView.php @@ -18,12 +18,15 @@ class StoreItemsView extends SwatControl */ protected $product; + /** + * The page source for this view's form action. + */ + protected ?string $source = null; + protected $default_quantity; protected $has_description = false; - protected string $source; - /** * @var bool */