Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organization of Commands/Messages #16642

Merged
merged 9 commits into from
Aug 5, 2024
Prev Previous commit
Next Next commit
[Ui] Remove deprecated commands
  • Loading branch information
Wojdylak committed Jul 29, 2024
commit f06a4466600e2b89fc978c8339dcaf09947a3915

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ protected function execute(InputInterface $input, OutputInterface $output): int
return 0;
}
}

class_alias(DebugTemplateEventCommand::class, \Sylius\Bundle\UiBundle\Command\DebugTemplateEventCommand::class);