1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 05:36:54 +02:00

feat(console): rename FlextypeConsoleApplication to FlextypeConsole #543

This commit is contained in:
Awilum
2021-09-28 23:12:53 +03:00
parent 7689cc9438
commit 432bb37a3c

View File

@@ -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)
{