Minor fixes.
This commit is contained in:
parent
ddf09fe00c
commit
c8b93095dc
7 changed files with 26 additions and 32 deletions
|
|
@ -16,6 +16,9 @@ class Raid extends Model
|
|||
'name',
|
||||
];
|
||||
|
||||
/**
|
||||
* Get all cards associated with this raid
|
||||
*/
|
||||
public function cards()
|
||||
{
|
||||
return $this->hasMany(Card::class);
|
||||
|
|
|
|||
Reference in a new issue