app/Models/Recipe.php: Always load spell relationship.
This commit is contained in:
parent
645eaf676c
commit
103bdd43d1
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ class Recipe extends Model
|
|||
*/
|
||||
protected $with = [
|
||||
'profession',
|
||||
'craft'
|
||||
'craft',
|
||||
'spell'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue