@@ -75,7 +75,7 @@ |
||
75 | 75 | Round::generateFights($rounds, $settings, $championship); |
76 | 76 | } catch (TreeGenerationException $e) { |
77 | 77 | redirect()->back() |
78 | - ->withErrors([$numFighters ."-".$e->getMessage()]); |
|
78 | + ->withErrors([$numFighters . "-" . $e->getMessage()]); |
|
79 | 79 | } |
80 | 80 | |
81 | 81 | return redirect()->back()->with(['success' => "Success"]); |