drivers[$name] = $governance; } public function get(string $name): ?DriverInterface { return $this->drivers[$name] ?? null; } }