belongsTo(User::class, 'created_uuid', 'uuid'); } /** * @return BelongsTo */ public function updatedBy(): BelongsTo { return $this->belongsTo(User::class, 'updated_uuid', 'uuid'); } }