mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Fixed adding new chores did not work (references #479)
This commit is contained in:
parent
48dc8e45ba
commit
f1496894b5
|
|
@ -52,7 +52,7 @@ class ChoresController extends BaseController
|
|||
|
||||
public function ChoreEditForm(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
|
||||
{
|
||||
$usersService = getUsersService();
|
||||
$usersService = $this->getUsersService();
|
||||
$users = $usersService->GetUsersAsDto();
|
||||
|
||||
if ($args['choreId'] == 'new')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user