fix: remove deployment from MigrationReport model

This commit is contained in:
Prem Palanisamy
2026-02-25 06:47:08 +00:00
parent ed93b77faa
commit 754ddbef3c
@@ -53,12 +53,6 @@ class MigrationReport extends Model
'default' => 0,
'example' => 20,
])
->addRule(Resource::TYPE_DEPLOYMENT, [
'type' => self::TYPE_INTEGER,
'description' => 'Number of deployments to be migrated.',
'default' => 0,
'example' => 5,
])
->addRule(Resource::TYPE_SITE, [
'type' => self::TYPE_INTEGER,
'description' => 'Number of sites to be migrated.',