mirror of https://github.com/abpframework/abp.git
Browse Source
CLI: Publish a local event for post-requirements after the project creation.pull/17797/head
committed by
GitHub
2 changed files with 17 additions and 5 deletions
@ -0,0 +1,5 @@ |
|||
namespace Volo.Abp.Cli.ProjectBuilding.Events; |
|||
public class ProjectPostRequirementsCheckedEvent |
|||
{ |
|||
public string Message { get; set; } |
|||
} |
|||
Loading…
Reference in new issue