1
0
Fork 0

Update Profile Model

This commit is contained in:
Daniel Supernault 2019-01-12 00:47:00 -07:00
parent eb652bf339
commit dc2a3da72d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Profile extends Model
protected $dates = ['deleted_at'];
protected $hidden = ['private_key'];
protected $visible = ['username', 'name'];
protected $visible = ['id', 'user_id', 'username', 'name'];
public function user()
{