From 06a36208a984082914fdb04cd5385170c11d1fe7 Mon Sep 17 00:00:00 2001 From: rsnrk Date: Thu, 25 Jun 2026 11:26:59 +0200 Subject: [PATCH] fix collision between configure and applyconfiguration --- src/Drush/Commands/Dfg3dViewerCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drush/Commands/Dfg3dViewerCommands.php b/src/Drush/Commands/Dfg3dViewerCommands.php index 2447480..42f4a42 100644 --- a/src/Drush/Commands/Dfg3dViewerCommands.php +++ b/src/Drush/Commands/Dfg3dViewerCommands.php @@ -46,7 +46,7 @@ final class Dfg3dViewerCommands extends DrushCommands { #[CLI\Option(name: 'attribute-id', description: 'WissKI attribute ID')] #[CLI\Usage(name: 'drush dfg-3dviewer:configure', description: 'Apply the bundled local development preset')] #[CLI\Usage(name: 'drush dfg-3dviewer:configure --main-url=https://example.test/', description: 'Apply preset with one override')] - public function configure( + public function applyConfiguration( array $options = [ 'main-url' => self::OPT, 'basenamespace' => self::OPT,