mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-09 18:08:41 +00:00
fix tests
This commit is contained in:
parent
6086374a1f
commit
f240e5e72b
|
|
@ -141,6 +141,7 @@ final class BackendController extends Controller
|
||||||
$templateIds[] = (int) $template->content;
|
$templateIds[] = (int) $template->content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @var \Modules\Media\Models\Media[] $mediaTemplates */
|
||||||
$mediaTemplates = MediaMapper::getAll()
|
$mediaTemplates = MediaMapper::getAll()
|
||||||
->where('id', $templateIds, 'in')
|
->where('id', $templateIds, 'in')
|
||||||
->execute();
|
->execute();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user