📅  最后修改于: 2022-03-11 14:53:42.176000             🧑  作者: Mango
// Retrieve the first task
$task = Task::first();
$newTask = $task->replicate();
$newTask->project_id = 16; // the new project_id
$newTask->save();