Add stock to product.
This commit was merged in pull request #49.
This commit is contained in:
@@ -27,6 +27,7 @@ use function Symfony\Component\Clock\now;
|
||||
* @property float $productStandardPrice
|
||||
* @property float $lowestProductPrice30Days
|
||||
* @property Date $lastSeen
|
||||
* @property integer $stock
|
||||
*/
|
||||
class Product extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user