where('product_key', '=', $key)->first(); } public function default_tax_rate() { return $this->belongsTo('App\Models\TaxRate'); } }