diff --git a/app/Models/Company.php b/app/Models/Company.php index 5ad1a7f450d7..a6213ff2bf9e 100644 --- a/app/Models/Company.php +++ b/app/Models/Company.php @@ -189,7 +189,7 @@ class Company extends Eloquent public function applyDiscount($amount) { $this->discount = $amount; - $this->promo_expires = date_create()->modify('5 days')->format('Y-m-d'); + $this->promo_expires = date_create()->modify('3 days')->format('Y-m-d'); } public function applyFreeYear()