'array', ]; } public function importedBy(): BelongsTo { return $this->belongsTo(User::class, 'imported_by'); } }