Skip to content

Commit

Permalink
🐛 Add missing cover cast
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
marcreichel committed May 19, 2023
1 parent 09a40db commit 385feec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Game.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Game extends Model
*/
protected array $casts = [
'bundles' => self::class,
'cover' => Cover::class,
'dlcs' => self::class,
'expansions' => self::class,
'parent_game' => self::class,
Expand Down

0 comments on commit 385feec

Please sign in to comment.