refactor(models): refactor task model to reflect schema field names
This commit is contained in:
@@ -74,11 +74,11 @@ class TaskRepository implements TaskDao
|
||||
return $stmt->execute([
|
||||
1, // Mock user ID for now, we haven't implemented authentication yet
|
||||
Carbon::now(),
|
||||
$task->getTitle(),
|
||||
$task->getName(),
|
||||
$task->getDescription(),
|
||||
$task->getStartDt(),
|
||||
$task->getEndDt(),
|
||||
$task->getStatus(),
|
||||
$task->getStart(),
|
||||
$task->getEnd(),
|
||||
$task->getStatusId(),
|
||||
$task->getTaskId()
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user