refactor/update
master
Ignoriere die Pagination der Tabellen und das Bearbeiten der Einträge.
@@ -25,4 +19,1 @@
* @param DateInterval $totalHours
* @param DateInterval $overtime
*/
public function __construct(
ist es nicht besser, die ganzen Parameter über den Konstrukt zu bestimmen?
@@ -121,7 +113,9 @@ class WorkingHoursRepository implements RepositoryReaderInterface, RepositoryWri
public function findByKey(mixed $primary_key): WorkingHours
{
Here-Doc?
@@ -30,1 +28,3 @@
protected Response $response;
protected ContainerInterface $container;
protected Request $request;
protected Response|MockObject $response;
muss das noch sein?
@@ -0,0 +45,4 @@
}
await WorkingHoursRepository.add(env.API_URL, body_data);
},
"create-by-week": async ({ request }) => {
Nutzung als Prämisse ist glaube ich besser.
No dependencies set.
The note is not visible to the blocked user.
@@ -25,4 +19,1 @@* @param DateInterval $totalHours* @param DateInterval $overtime*/public function __construct(ist es nicht besser, die ganzen Parameter über den Konstrukt zu bestimmen?
@@ -121,7 +113,9 @@ class WorkingHoursRepository implements RepositoryReaderInterface, RepositoryWri*/public function findByKey(mixed $primary_key): WorkingHours{Here-Doc?
@@ -30,1 +28,3 @@protected Response $response;protected ContainerInterface $container;protected Request $request;protected Response|MockObject $response;muss das noch sein?
@@ -0,0 +45,4 @@}await WorkingHoursRepository.add(env.API_URL, body_data);},"create-by-week": async ({ request }) => {Nutzung als Prämisse ist glaube ich besser.