소스 검색

Command/OAuthClientCreateCommand.php

Guillermo Espinoza 8 년 전
부모
커밋
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()