Move some product product\supplier and product\type::class methods into __get(), no functional changes

This commit is contained in:
2025-05-22 18:17:27 +10:00
parent 72b11172c8
commit 251aefa947
11 changed files with 46 additions and 77 deletions

View File

@@ -4,12 +4,11 @@ namespace App\Models\Product;
use Illuminate\Support\Collection;
use App\Interfaces\ProductItem;
use App\Models\Invoice;
use App\Models\Service\Phone as ServicePhone;
use App\Models\Supplier\Phone as SupplierPhone;
final class Phone extends Type implements ProductItem
final class Phone extends Type
{
protected $table = 'product_phone';