create timesheet for multiple users (#1716)

This commit is contained in:
Kevin Papst
2020-05-18 23:35:43 +02:00
committed by GitHub
parent 9da46bbdcd
commit e61ffe4db4
20 changed files with 548 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ abstract class TimesheetAbstractController extends AbstractController
/**
* @var TimesheetService
*/
private $service;
protected $service;
public function __construct(
UserDateTimeFactory $dateTime,