table = 'fourchette_prix'; parent::__construct(); } public function getFourchettePrixByProductId($productId) { return $this->where('product_id', $productId)->first(); } public function createFourchettePrix($data) { return $this->insert($data); } }