You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$this->fileManager->fileExists(self::SECURITY_CONFIG_PATH)) {
84
+
thrownewRuntimeCommandException(sprintf('The file "%s" does not exist. PHP & XML configuration formats are currently not supported.', self::SECURITY_CONFIG_PATH));
85
+
}
86
+
68
87
$name = $io->ask(
69
88
question: 'What is the class name of the authenticator (e.g. <fg=yellow>CustomAuthenticator</>)',
70
89
validator: staticfunction (mixed$answer) {
@@ -81,6 +100,17 @@ public function interact(InputInterface $input, ConsoleStyle $io, Command $comma
0 commit comments