Browse Source

fix var name

main
ghost 6 months ago
parent
commit
7551ef79e4
  1. 2
      src/Controller/RssController.php

2
src/Controller/RssController.php

@ -108,7 +108,7 @@ class RssController extends AbstractController
10 10
) as $value) ) as $value)
{ {
$result[] = $players[] =
[ [
'id' => $value->getId(), 'id' => $value->getId(),
'name' => $value->getName(), 'name' => $value->getName(),

Loading…
Cancel
Save