Pagekit\Installer\Package\PackageScripts::disable PHP Method

disable() public method

Runs the script's disable hook.
public disable ( )
    public function disable()
    {
        $this->run($this->get('disable'));
    }