1. Редактор карты зала.
This commit is contained in:
miroman-afk
2022-10-27 15:48:02 +03:00
parent 0e5f2002b1
commit 4d3ad7727d
21 changed files with 625 additions and 192 deletions

View File

@@ -65,16 +65,12 @@ class TopDishes extends HRCCommand implements HRCCommandInterface {
'status' => 'success',
'dishes' => $sorted,
'terminal' => $terminalKey,
// 'test' => $dishes,
// 'count' => $dishCount,
];
} else {
return [
'status' => 'success',
'dishes' => [],
'terminal' => $terminalKey,
// 'test' => $dishes,
// 'count' => $dishCount,
];
}
}