Rename file name to PluginSetupCommand

This commit is contained in:
slawkens
2025-08-21 21:12:55 +02:00
parent 4701461b1f
commit d85681880e

View File

@@ -8,7 +8,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;
class PluginInstallInstallCommand extends Command
class PluginSetupCommand extends Command
{
protected function configure(): void
{