Add lead and cycle time for projects
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
require __DIR__.'/../app/common.php';
|
||||
|
||||
use Model\ProjectDailySummary;
|
||||
use Model\ProjectDailyColumnStats;
|
||||
use Model\TaskCreation;
|
||||
use Model\TaskStatus;
|
||||
|
||||
$pds = new ProjectDailySummary($container);
|
||||
$pds = new ProjectDailyColumnStats($container);
|
||||
$taskCreation = new TaskCreation($container);
|
||||
$taskStatus = new TaskStatus($container);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user