belongsTo(Collection::class, 'source_collection_id'); } public function targetCollection(): BelongsTo { return $this->belongsTo(Collection::class, 'target_collection_id'); } public function actor(): BelongsTo { return $this->belongsTo(User::class, 'actor_user_id'); } }