diff --git a/app/models/User.php b/app/models/User.php index 0d1bf7d153a5..70e99e283a49 100755 --- a/app/models/User.php +++ b/app/models/User.php @@ -111,7 +111,7 @@ class User extends ConfideUser implements UserInterface, RemindableInterface return false; } - return $this->account->pro_plan; + return $this->account->pro_plan_paid; } public function showGreyBackground()