/** * Location: \app\models\OptionValue.php * Task: https://qredible.atlassian.net/browse/CAS-96 * This model handles relationships between option values and other entities. * * Responsibilities: * - Defines the database table and the fillable fields for mass assignment. * - Establishes relationships with Option, OptionGroup, and Product models. * - Manages pivot data for many-to-many relationships with products via the option_value_product pivot table. * - Fillable properties for mass assignment: these fields can be set in bulk when creating or updating records. */ /** * Location: \app\models\OptionValueProduct.php * Task: https://qredible.atlassian.net/browse/CAS-96 * This model handles the relationships between products and option values. * * Responsibilities: * - Defines the database table and the fillable fields for mass assignment. * - Establishes relationships with Option, OptionGroup, Product, and OptionValue models. * - Manages pivot data for many-to-many relationships with products. * - Fillable properties for mass assignment: these fields can be set in bulk when creating or updating records. */ {"code":500,"message":"Cannot modify header information - headers already sent by (output started at \/home\/shamanbotanical\/shaman-prod-deploy\/versions\/515d5f22\/app\/models\/OptionValue.php:12) (View: \/home\/shamanbotanical\/shaman-prod-deploy\/versions\/db93191d\/app\/views\/store\/1\/pages\/product.blade.php)"}