'array', 'printed_at' => 'datetime', ]; public function template() { return $this->belongsTo(FormTemplate::class); } public function printedBy() { return $this->belongsTo(User::class, 'printed_by'); } }