158 - Exchanging Tokens

This commit is contained in:
Adam Wathan
2018-01-19 11:35:30 -05:00
parent fe6a03cb64
commit 9fceea25bf
6 changed files with 81 additions and 20 deletions

View File

@@ -9,23 +9,7 @@ class User extends Authenticatable
{
use Notifiable;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'name', 'email', 'password',
];
/**
* The attributes that should be hidden for arrays.
*
* @var array
*/
protected $hidden = [
'password', 'remember_token',
];
protected $guarded = [];
public function concerts()
{