Move some product product\supplier and product\type::class methods into __get(), no functional changes
This commit is contained in:
@@ -4,12 +4,11 @@ namespace App\Models\Product;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
use App\Interfaces\ProductItem;
|
||||
use App\Models\Invoice;
|
||||
use App\Models\Service\Domain as ServiceDomain;
|
||||
use App\Models\Supplier\Domain as SupplierDomain;
|
||||
|
||||
final class Domain extends Type implements ProductItem
|
||||
final class Domain extends Type
|
||||
{
|
||||
protected $table = 'product_domain';
|
||||
|
||||
|
Reference in New Issue
Block a user