@@ -63,7 +63,7 @@ |
||
| 63 | 63 | ); |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | - $championship->settings = ChampionshipSettings::createOrUpdate($request, $championship); |
|
| 66 | + $championship->settings = ChampionshipSettings::createOrUpdate($request, $championship); |
|
| 67 | 67 | $generation = $championship->chooseGenerationStrategy(); |
| 68 | 68 | |
| 69 | 69 | try { |