mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 08:35:35 +08:00
command implements LoggerInterface
This commit is contained in:
@@ -4,11 +4,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace ZM\Command;
|
||||
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\ConsoleOutputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
abstract class Command extends \Symfony\Component\Console\Command\Command
|
||||
abstract class Command extends \Symfony\Component\Console\Command\Command implements LoggerInterface
|
||||
{
|
||||
use CommandInteractTrait;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user