1
0
Fork 0

app/Models/Recipe.php: Always load spell relationship.

This commit is contained in:
Henrik Hautakoski 2021-07-08 21:36:51 +02:00
parent 645eaf676c
commit 103bdd43d1

View file

@ -21,7 +21,8 @@ class Recipe extends Model
*/
protected $with = [
'profession',
'craft'
'craft',
'spell'
];
/**