mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-15 15:38:40 +00:00
fix tests
This commit is contained in:
parent
4c3f9628ed
commit
46ca27f97d
|
|
@ -246,11 +246,13 @@ final class ApiController extends Controller
|
||||||
->where('createdAt', $dateTime, '>=')
|
->where('createdAt', $dateTime, '>=')
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
|
/*
|
||||||
foreach ($reports as $report) {
|
foreach ($reports as $report) {
|
||||||
// @todo: get templates
|
// @todo: get templates
|
||||||
// @todo: get users to inform
|
// @todo: get users to inform
|
||||||
// @todo: inform users
|
// @todo: inform users
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user