fix collision between configure and applyconfiguration
This commit is contained in:
parent
cb58638fe9
commit
06a36208a9
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ final class Dfg3dViewerCommands extends DrushCommands {
|
||||||
#[CLI\Option(name: 'attribute-id', description: 'WissKI attribute ID')]
|
#[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', 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')]
|
#[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 = [
|
array $options = [
|
||||||
'main-url' => self::OPT,
|
'main-url' => self::OPT,
|
||||||
'basenamespace' => self::OPT,
|
'basenamespace' => self::OPT,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue