service credentials

This commit is contained in:
2025-05-22 13:38:56 +01:00
parent afde59bd39
commit ea5dcebe45
6 changed files with 29 additions and 22 deletions

View File

@@ -18,6 +18,6 @@ abstract class Driver
abstract public function __construct(
?string $containerName = null,
?string $containerId = null,
?int $service = null,
?Service $service = null,
);
}