belongsTo(Flow::class, 'flow_id'); } /** * @return string */ public function getFullCodeAttribute() { return $this->flow->code . '.' . $this->code; } }