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:
@@ -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)
|
||||
{
|
Reference in New Issue
Block a user