'boolean', ]; /** * Get the module row associated with the module. * * @return BelongsTo */ public function row(): BelongsTo { return $this->belongsTo(ModuleRow::class, 'module_row_id'); } }