diff --git a/app/Models/Practice.php b/app/Models/Practice.php index a349eefd..ac666e1b 100755 --- a/app/Models/Practice.php +++ b/app/Models/Practice.php @@ -18,11 +18,6 @@ class Practice extends Model 'deleted_by' ]; - public function getPriceAttribute() - { - return $this->prices->where('priceable_id', $this->id)->max('price_net'); - } - public function getPricesGroupOneAttribute() { $orgPrices = [];