mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 07:38:39 +00:00
bug fixes / dbmapper fixes
This commit is contained in:
parent
efad7f2cde
commit
187ccc3622
|
|
@ -150,7 +150,7 @@ final class BackendController extends Controller implements DashboardElementInte
|
|||
$head = $response->get('Content')->getData('head');
|
||||
$head->addAsset(AssetType::CSS, 'Modules/Tasks/Theme/Backend/css/styles.css');
|
||||
|
||||
/** @var Task $task */
|
||||
/** @var \Modules\Tasks\Models\Task $task */
|
||||
$task = TaskMapper::get()
|
||||
->with('createdBy')
|
||||
->with('taskElements')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user