commit
3e0b7a0659
1 changed files with 5 additions and 0 deletions
|
|
@ -1168,6 +1168,11 @@ trait GenerateMigrationResources
|
||||||
|
|
||||||
foreach ($tasks as $task)
|
foreach ($tasks as $task)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
if(!($task->deleted_at instanceof Carbon))
|
||||||
|
$task->deleted_at = Carbon::parse($task->deleted_at);
|
||||||
|
|
||||||
$transformed[] = [
|
$transformed[] = [
|
||||||
'id' => $task->id,
|
'id' => $task->id,
|
||||||
'company_id' => $this->account->id,
|
'company_id' => $this->account->id,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue