'array', ]; /** * Relationships */ public function form() { return $this->belongsTo(Form::class); } }