1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

chore: linter

This commit is contained in:
Christy Jacob 2023-09-06 22:10:43 +00:00
parent 4250a634d3
commit 732a2b4a98

View file

@ -718,11 +718,11 @@ class V19 extends Migration
'schedule' => $document->getAttribute('schedule'),
'active' => !empty($document->getAttribute('schedule')) && !empty($document->getAttribute('deployment')),
]));
$document->setAttribute('scheduleId', $schedule->getId());
$document->setAttribute('scheduleInternalId', $schedule->getInternalId());
}
break;
case 'projects':
$document->setAttribute('version', '1.4.0');