mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:24:36 -04:00
commit
69beb3b05d
@ -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…
x
Reference in New Issue
Block a user