$this->controlPlaneConfig->getBaseUrl(), 'snapshot' => $this->controlPlaneClient->fetchSnapshot(), ], ); } public function getSection(): string { return Application::APP_ID; } public function getPriority(): int { return 50; } }