belongsTo(DealerProduct::class, 'product_id'); } public function canRevoke() { return ($this->type == static::TYPE_OFFLINE_OUT) && ($this->revoke_id == 0); } }