mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 15:13:40 -04:00
Explicitly define variables
Signed-off-by: objecttothis <objecttothis@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user