From 0e361107ca4bb14cde5071ad88d29642f3ddeddb Mon Sep 17 00:00:00 2001 From: objecttothis Date: Mon, 30 Sep 2024 14:00:04 +0400 Subject: [PATCH] Explicitly define variables Signed-off-by: objecttothis --- app/Models/Item_quantity.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Models/Item_quantity.php b/app/Models/Item_quantity.php index 20c169c05..3fabbb25e 100644 --- a/app/Models/Item_quantity.php +++ b/app/Models/Item_quantity.php @@ -18,6 +18,10 @@ class Item_quantity extends Model 'quantity' ]; + protected $item_id; + protected $location_id; + protected $quantity; + /** * @param int $item_id * @param int $location_id