|
@@ -32,7 +32,7 @@ |
|
|
block discarded – undo |
|
32
|
32
|
$forms[1] = $this->createForm(UserExtraBettingType::class, $bet, |
|
33
|
33
|
['teams' => $teams, 'extrabet' => $bets[1] ?? null, 'label' => 'Tipp 1', 'type' => 1] |
|
34
|
34
|
)->createView(); |
|
35
|
|
- $forms[2] = $this->createForm(UserExtraBettingType::class, $bet, |
|
|
35
|
+ $forms[2] = $this->createForm(UserExtraBettingType::class, $bet, |
|
36
|
36
|
['teams' => $teams, 'extrabet' => $bets[2] ?? null, 'label' => 'Tipp 2', 'type' => 2] |
|
37
|
37
|
)->createView(); |
|
38
|
38
|
|
Please login to merge, or discard this patch.