Pimcore\Model\Element\Sanitycheck::delete PHP Method

delete() public method

deletes sanity check from db
public delete ( ) : void
return void
    public function delete()
    {
        $this->getDao()->delete();
    }