Просмотр исходного кода

Command/OAuthClientCreateCommand.php

Guillermo Espinoza 8 лет назад
Родитель
Сommit
3e6fd1d866
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Command/OAuthClientCreateCommand.php

+ 1 - 1
Command/OAuthClientCreateCommand.php

@@ -7,7 +7,7 @@ use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
 use Symfony\Component\Console\Input\InputOption;
 
-class CreateOAuthClientCommand extends ContainerAwareCommand
+class OAuthClientCreateCommand extends ContainerAwareCommand
 {
 
     protected function configure()