'array', ]; public function submissions() { return $this->hasMany(FormSubmission::class); } }