Skip to content
Snippets Groups Projects
Commit 0ee3c23f authored by michael.minelli's avatar michael.minelli
Browse files

EnonceCommand => Correct import

parent 6833b61a
Branches
No related tags found
No related merge requests found
import CommanderCommand from '../CommanderCommand'; import CommanderCommand from '../CommanderCommand';
import CreateEnonceCommand from './EnonceCreateCommand'; import EnonceCreateCommand from './EnonceCreateCommand';
class EnonceCommand extends CommanderCommand { class EnonceCommand extends CommanderCommand {
...@@ -23,7 +23,7 @@ class EnonceCommand extends CommanderCommand { ...@@ -23,7 +23,7 @@ class EnonceCommand extends CommanderCommand {
} }
protected defineSubCommands() { protected defineSubCommands() {
CreateEnonceCommand.registerOnCommand(this.command); EnonceCreateCommand.registerOnCommand(this.command);
} }
protected async commandAction(options: any): Promise<void> { } protected async commandAction(options: any): Promise<void> { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment