Commit 0c93e8b0 authored by Zohten's avatar Zohten

attribute modification, temporary

parent ac9b3ed1
...@@ -33,7 +33,7 @@ class User extends Model ...@@ -33,7 +33,7 @@ class User extends Model
public function password() public function password()
{ {
return trim($this->USER_PWD); return trim($this->USER_PASSWORD);
} }
public function id() public function id()
{ {
...@@ -41,11 +41,11 @@ class User extends Model ...@@ -41,11 +41,11 @@ class User extends Model
} }
public function firstname() public function firstname()
{ {
return trim($this->USER_NAME); return trim($this->USER_FIRSTNAME);
} }
public function lastname() public function lastname()
{ {
return trim($this->USER_SURNAME); return trim($this->USER_LASTNAME);
} }
public function email() public function email()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment