fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 02:48:07 +00:00
parent 4c3f9628ed
commit 46ca27f97d

View File

@ -246,11 +246,13 @@ final class ApiController extends Controller
->where('createdAt', $dateTime, '>=')
->execute();
/*
foreach ($reports as $report) {
// @todo: get templates
// @todo: get users to inform
// @todo: inform users
}
*/
}
/**