Commit 5c4527f5e2481423e9b0dce28ea3b72c3fc5aa8c
1 parent
852ac6bc
user registration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Transformers/UserTransformer.php
| @@ -11,6 +11,6 @@ class UserTransformer extends ModelTransformer | @@ -11,6 +11,6 @@ class UserTransformer extends ModelTransformer | ||
| 11 | 11 | ||
| 12 | protected function excludedProperties() | 12 | protected function excludedProperties() |
| 13 | { | 13 | { |
| 14 | - return ['password', 'id']; | 14 | + return ['password']; |
| 15 | } | 15 | } |
| 16 | } | 16 | } |
| 17 | \ No newline at end of file | 17 | \ No newline at end of file |