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