Commit f48df6239494cfc106f3ca31e41bf579f6bf1d88

Authored by Alex Savenko
1 parent 320b5517

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 11  
12 12 protected function excludedProperties()
13 13 {
14   - return ['password', 'username'];
  14 + return ['password'];
15 15 }
16 16 }
17 17 \ No newline at end of file
... ...