diff --git a/src/flextype/core/Console/FlextypeConsoleApplication.php b/src/flextype/core/Console/FlextypeConsole.php similarity index 97% rename from src/flextype/core/Console/FlextypeConsoleApplication.php rename to src/flextype/core/Console/FlextypeConsole.php index 28f8084f..e1350fb0 100644 --- a/src/flextype/core/Console/FlextypeConsoleApplication.php +++ b/src/flextype/core/Console/FlextypeConsole.php @@ -31,7 +31,7 @@ use Flextype\Console\Commands\Utils\VerifyTokenHashCommand; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -class FlextypeConsoleApplication extends ConsoleApplication +class FlextypeConsole extends ConsoleApplication { public function run(InputInterface $input = null, OutputInterface $output = null) {