Archived
1
0
Fork 0
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
heritage-wow/app/Models
2022-11-17 22:33:47 +01:00
..
Traits initial commit 2021-06-28 17:33:29 +01:00
Character.php app/Models/Character.php: Clear main character relationship if a main character is deleted. 2021-07-22 18:56:16 +02:00
CharacterProfession.php app/Models/CharacterProfession.php: Add specialization relationship 2021-07-11 15:31:34 +02:00
Item.php app/Models/Item.php: add reagent_for relationship. 2021-07-23 17:08:49 +02:00
Profession.php initial commit 2021-06-28 17:33:29 +01:00
Recipe.php Merge branch 'description' 2022-11-17 22:33:47 +01:00
RecipeCategory.php initial commit 2021-06-28 17:33:29 +01:00
Spell.php app/Models/Spell.php: add id to fillable array. 2021-07-11 15:29:32 +02:00
User.php app/Models/User.php: do not reuse "characters" relationship to define "alt_characters" relationship, use a regular hasMany() 2021-08-28 15:06:30 +02:00