driverName

This commit is contained in:
2025-03-31 15:58:51 +00:00
parent d5f969c453
commit 8f23e84c6d
2 changed files with 3 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ class CreateServiceCommand extends Command
category: ServiceCategory::DATABASE,
type: ServiceType::tryFrom($type),
version: $version,
driverName: $serviceType,
);
$this->components->info('Service created successfully');