i did this the proper way =)
This commit is contained in:
parent
c71a9c49ee
commit
1d8f47bee0
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class User
|
|||
*/
|
||||
public function userSince()
|
||||
{
|
||||
return (!empty($_regDate)) ?: null;
|
||||
return !empty($_regDate) ? $_regDate : false;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue