Rocketeer\Services\Storages\ServerStorage::destroy PHP Method

destroy() public method

Destroy the file.
public destroy ( ) : boolean
return boolean
    public function destroy()
    {
        $this->bash->removeFolder($this->getFilepath());
        return true;
    }