Commit 79247d6e19d1442b2b70550955e3c45f338c37d8
1 parent
66494280
test
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
app/library/App/Model/User.php
| ... | ... | @@ -6,8 +6,6 @@ class User extends \App\Mvc\DateTrackingModel |
| 6 | 6 | { |
| 7 | 7 | public $id; |
| 8 | 8 | public $role; |
| 9 | - public $firstName; | |
| 10 | - public $lastName; | |
| 11 | 9 | public $username; |
| 12 | 10 | public $password; |
| 13 | 11 | |
| ... | ... | @@ -23,9 +21,6 @@ class User extends \App\Mvc\DateTrackingModel |
| 23 | 21 | 'role' => 'role', |
| 24 | 22 | 'email' => 'email', |
| 25 | 23 | 'username' => 'username', |
| 26 | - 'first_name' => 'firstName', | |
| 27 | - 'last_name' => 'lastName', | |
| 28 | - 'location' => 'location', | |
| 29 | 24 | 'password' => 'password' |
| 30 | 25 | ]; |
| 31 | 26 | } | ... | ... |