mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
fix var name
This commit is contained in:
parent
80e362a131
commit
7551ef79e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue