More works on products

This commit is contained in:
Deon George
2022-02-01 16:40:46 +11:00
parent 1e9f15b40f
commit b9b4416737
36 changed files with 952 additions and 312 deletions

View File

@@ -1,12 +0,0 @@
<?php
namespace App\Models\Base;
use Illuminate\Database\Eloquent\Model;
/**
* @deprecated
*/
abstract class ProductType extends Model
{
}