Skip to content

Commit

Permalink
Change to protected conflict with abstract class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 25, 2015
1 parent 2b411fd commit f7082f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chamilo/UserBundle/Entity/User.php
Expand Up @@ -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")
Expand Down

0 comments on commit f7082f8

Please sign in to comment.