Acacha\Llum\Traits\DevTools::devtools PHP Method

devtools() protected method

Execute devtools command.
protected devtools ( ) : integer
return integer -1 if error occurred
    protected function devtools()
    {
        if ($this->idehelper() == -1) {
            return -1;
        }
        if ($this->debugbar() == -1) {
            return -1;
        }
    }