mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
108 - Connecting Promoters and Concerts
This commit is contained in:
@@ -26,4 +26,9 @@ class User extends Authenticatable
|
||||
protected $hidden = [
|
||||
'password', 'remember_token',
|
||||
];
|
||||
|
||||
public function concerts()
|
||||
{
|
||||
return $this->hasMany(Concert::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user