'array', ]; public function template(): BelongsTo { return $this->belongsTo(ImportTemplate::class, 'import_template_id'); } }