PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Console
<?php namespace RectorPrefix202411\Illuminate\Contracts\Console; interface Application { /** * Run an Artisan console command by name. * * @param string $command * @param array $parameters * @param \Symfony\Component\Console\Output\OutputInterface|null $outputBuffer * @return int */ public function call($command, array $parameters = [], $outputBuffer = null); /** * Get the output from the last command. * * @return string */ public function output(); }
[+]
..
[-] Isolatable.php
[edit]
[-] Kernel.php
[edit]
[-] PromptsForMissingInput.php
[edit]
[-] Application.php
[edit]