belongsToMany(ProductSSL::class,$this->table,'id','id','id','supplier_item_id'); } public function getBillingIntervalAttribute(): int { return 4; // Yearly } }