v.2.3
front fix
This commit is contained in:
@@ -105,6 +105,7 @@ class TopDishesNewYear extends HRCCommand implements HRCCommandInterface {
|
||||
'count' => $count,
|
||||
'dishes' => $sorted,
|
||||
'top_shift' => $shift_counter_sorted,
|
||||
'in_file' => 1,
|
||||
];
|
||||
$handle = fopen($dirname . $filename, 'w+');
|
||||
fputs($handle, json_encode($data));
|
||||
|
||||
Reference in New Issue
Block a user