Update GenerateProxyCommand.cs

pull/5563/head
Yunus Emre Kalkan 5 years ago
parent 75ee59c197
commit 7742152bfe

@ -7,5 +7,10 @@ namespace Volo.Abp.Cli.Commands
protected override string CommandName => Name;
protected override string SchematicsCommandName => "proxy-add";
public GenerateProxyCommand(CliService cliService)
: base(cliService)
{
}
}
}

Loading…
Cancel
Save