- Ignore most method of ControllerTrait

This commit is contained in:
Dave M. 2024-05-09 19:47:05 +00:00
parent fd51903a8a
commit 91ddd4d64c
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
namespace Lean\Console\Lib;
use Notes\Attribute\Ignore;
use Psr\Container\ContainerInterface;
use Storage\Session;
@ -21,12 +22,14 @@ trait ConsoleControllerTrait
protected ContainerInterface $container;
#[Ignore]
public function __construct(? Picea\Picea $picea, Session $session, ContainerInterface $container) {
$this->picea = $picea;
$this->session = $session;
$this->container = $container;
}
#[Ignore]
public function version() : string
{
$version = iterator_to_array(