Change internal type of $status in User entity to int instead of bool

pull/2487/head
Yannick Warnier 8 years ago
parent 2f57a96e18
commit e7470f34c0
  1. 2
      src/Chamilo/UserBundle/Entity/User.php

@ -161,7 +161,7 @@ class User implements UserInterface //implements ParticipantInterface, ThemeUser
private $authSource;
/**
* @var boolean
* @var int
*
* @ORM\Column(name="status", type="integer", nullable=false)
*/

Loading…
Cancel
Save