mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-27 23:27:04 -04:00
- made updated_at and deleted_at to be nullable - Add getter for mailchimpId - Changed primaryKey to customer_id so that baseModel functions could be used natively rather than writing custom code. - Removed unneeded getByCustomerId() since BaseModel->find() can be used now. Signed-off-by: objec <objecttothis@gmail.com>