in app/Models/Products.php [23:26]
public function productTypes(): HasOne { return $this->hasOne(ProductTypes::class, 'id', 'type_id'); }