Working on pro plan

This commit is contained in:
Hillel Coren 2014-04-04 00:13:11 +03:00
parent 8e3f602e3a
commit 8fdb122224

View File

@ -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()