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

updateFlowFlag() 공개 메소드

Update a tag's flow_flag.
public updateFlowFlag ( $tag_id, $flag = true ) : Illuminate\Database\Eloquent\Model
리턴 Illuminate\Database\Eloquent\Model
    public function updateFlowFlag($tag_id, $flag = true)
    {
        return $this->tagRepo->updateFlowFlag($tag_id, $flag);
    }