mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00: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…
x
Reference in New Issue
Block a user