From 432bb37a3cd3f0229ea1dd27919e15af587a9a87 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 28 Sep 2021 23:12:53 +0300 Subject: [PATCH] feat(console): rename FlextypeConsoleApplication to FlextypeConsole #543 --- .../{FlextypeConsoleApplication.php => FlextypeConsole.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/flextype/core/Console/{FlextypeConsoleApplication.php => FlextypeConsole.php} (97%) 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) {