Owl\Services\TagService::deleteFlowFlag PHP 메소드

deleteFlowFlag() 공개 메소드

Delete a flow tag settings.
public deleteFlowFlag ( $tag_id ) : boolean
$tag_id int tag_id
리턴 boolean
    public function deleteFlowFlag($tag_id)
    {
        return $this->tagRepo->deleteFlowFlag($tag_id);
    }