mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:04:30 -04:00
commit
69beb3b05d
@ -1204,6 +1204,10 @@ trait GenerateMigrationResources
|
|||||||
|
|
||||||
foreach ($projects as $project)
|
foreach ($projects as $project)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if(!($project->deleted_at instanceof Carbon))
|
||||||
|
$project->deleted_at = Carbon::parse($project->deleted_at);
|
||||||
|
|
||||||
$transformed[] = [
|
$transformed[] = [
|
||||||
'id' => $project->id,
|
'id' => $project->id,
|
||||||
'company_id' => $this->account->id,
|
'company_id' => $this->account->id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user