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,