belongsTo(Module::class); } /** * Get the module row fields associated with the module. * * @return HasMany */ public function fields() { return $this->hasMany(ModuleRowField::class); } }