DayleRees\ContainerDebug\Command::fire PHP Метод

fire() публичный Метод

Execute the command.
public fire ( ) : void
Результат void
    public function fire()
    {
        $services = $this->getContainerBindings();
        $table = $this->buildServiceTable($services);
        $table->render($this->output);
    }