Browse Source

Change to protected conflict with abstract class.

Julio Montoya 9 years ago
parent
commit
f7082f85fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Chamilo/UserBundle/Entity/User.php

+ 1 - 1
src/Chamilo/UserBundle/Entity/User.php

@@ -272,7 +272,7 @@ class User extends BaseUser //implements ParticipantInterface, ThemeUser
      *
      * @ORM\Column(name="last_login", type="datetime", nullable=true, unique=false)
      */
-    private $lastLogin;
+    protected $lastLogin;
 
     /**
      * @ORM\OneToMany(targetEntity="Chamilo\CoreBundle\Entity\CourseRelUser", mappedBy="user")