4 Commits

Author SHA1 Message Date
rico-vz
016a0c7583 Dusting 2024-08-06 22:06:27 +00:00
Rico van Zelst
b4c827e391 fix: Update existing champion images
- Fixes issue that made it so champion images would store duplicate champion images no matter what.
2024-08-07 00:06:01 +02:00
StyleCI Bot
cd709d7255 Apply fixes from StyleCI 2024-05-01 22:51:00 +00:00
Rico van Zelst
6d2731f1d3 feat: Add functionality to retrieve champion images from the database
- Added a new function `getChampionImage` to fetch champion images based on ID and type.
- Created a new model `ChampionImage` to store champion image details in the database.
- Implemented seeding of champion images using `ChampionImageSeeder`.
- Updated usage of champion images in existing methods.
2024-05-02 00:50:51 +02:00