mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
3e0b7a0659
@ -1168,6 +1168,11 @@ trait GenerateMigrationResources
|
||||
|
||||
foreach ($tasks as $task)
|
||||
{
|
||||
|
||||
|
||||
if(!($task->deleted_at instanceof Carbon))
|
||||
$task->deleted_at = Carbon::parse($task->deleted_at);
|
||||
|
||||
$transformed[] = [
|
||||
'id' => $task->id,
|
||||
'company_id' => $this->account->id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user