diff options
| author | Camil Staps | 2015-02-21 21:42:43 +0100 |
|---|---|---|
| committer | Camil Staps | 2015-02-21 21:42:43 +0100 |
| commit | b7d7f5b90e373329e8b5b9a8aa5f6879834f076e (patch) | |
| tree | adf8b5575e3e3b1bf7b864042b1e94420297bc24 /src/CamilStaps/BotleaguesApi/User.php | |
| parent | Basic controllers and authentication (diff) | |
trying to get auth work
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/User.php')
| -rw-r--r-- | src/CamilStaps/BotleaguesApi/User.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CamilStaps/BotleaguesApi/User.php b/src/CamilStaps/BotleaguesApi/User.php index 50f37b8..f8cf46b 100644 --- a/src/CamilStaps/BotleaguesApi/User.php +++ b/src/CamilStaps/BotleaguesApi/User.php @@ -5,6 +5,6 @@ use Illuminate\Database\Eloquent\Model; class User extends Model { - + protected $hidden = array('password', 'remember_token', 'key'); }
\ No newline at end of file |
