Skip to content

Commit

Permalink
Merge pull request #265 from mmougy/extend-crisis-icon-support-for-up…
Browse files Browse the repository at this point in the history
…grades

extend crisis icon support for upgrades
  • Loading branch information
Kamalisk authored Feb 22, 2025
2 parents 3c7e3a1 + ca909f1 commit fc056c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppBundle/Command/ImportStdCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ protected function importSupportData(Card $card, $data)
protected function importUpgradeData(Card $card, $data)
{
$optionalKeys = [
'scheme_crisis',
'scheme_hazard',
];
foreach($optionalKeys as $key) {
Expand Down

0 comments on commit fc056c3

Please sign in to comment.