Cli user
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
<?php
|
||||
namespace Incoviba\Common\Alias;
|
||||
|
||||
use Incoviba\Common\Implement\Message;
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Symfony\Component\Console\Application as Base;
|
||||
use Symfony\Component\Console;
|
||||
use Incoviba\Common\Concept;
|
||||
|
||||
class Application extends Base
|
||||
class Application extends Console\Application
|
||||
{
|
||||
public function __construct(protected ContainerInterface $container, string $name = 'UNKNOWN', string $version = 'UNKNOWN')
|
||||
{
|
||||
|
Reference in New Issue
Block a user