commit
69beb3b05d
1 changed files with 4 additions and 0 deletions
|
|
@ -1204,6 +1204,10 @@ trait GenerateMigrationResources
|
|||
|
||||
foreach ($projects as $project)
|
||||
{
|
||||
|
||||
if(!($project->deleted_at instanceof Carbon))
|
||||
$project->deleted_at = Carbon::parse($project->deleted_at);
|
||||
|
||||
$transformed[] = [
|
||||
'id' => $project->id,
|
||||
'company_id' => $this->account->id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue