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,8 +6,6 @@ class User extends \App\Mvc\DateTrackingModel | ||
6 | { | 6 | { |
7 | public $id; | 7 | public $id; |
8 | public $role; | 8 | public $role; |
9 | - public $firstName; | ||
10 | - public $lastName; | ||
11 | public $username; | 9 | public $username; |
12 | public $password; | 10 | public $password; |
13 | 11 | ||
@@ -23,9 +21,6 @@ class User extends \App\Mvc\DateTrackingModel | @@ -23,9 +21,6 @@ class User extends \App\Mvc\DateTrackingModel | ||
23 | 'role' => 'role', | 21 | 'role' => 'role', |
24 | 'email' => 'email', | 22 | 'email' => 'email', |
25 | 'username' => 'username', | 23 | 'username' => 'username', |
26 | - 'first_name' => 'firstName', | ||
27 | - 'last_name' => 'lastName', | ||
28 | - 'location' => 'location', | ||
29 | 'password' => 'password' | 24 | 'password' => 'password' |
30 | ]; | 25 | ]; |
31 | } | 26 | } |