DayleRees\ContainerDebug\Command::fire PHP Method

fire() public method

Execute the command.
public fire ( ) : void
return void
    public function fire()
    {
        $services = $this->getContainerBindings();
        $table = $this->buildServiceTable($services);
        $table->render($this->output);
    }