extend \Symfony\Component\Console\Output\ConsoleOutput
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Potter\Console;
|
||||||
|
|
||||||
|
final class Output extends \Symfony\Component\Console\Output\ConsoleOutput
|
||||||
|
{ }
|
||||||
Reference in New Issue
Block a user