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