/var/www/vhosts/nabawater/common/models/base
Edit: /var/www/vhosts/nabawater/common/models/base/BaseItemBottleRefundHistory.php (1681B)
16],
];
}
/**
* @inheritdoc
*/
public function attributeLabels()
{
return [
'item_bottle_refund_history_id' => 'Item Bottle Refund History ID',
'item_bottle_refund_history_key' => 'Item Bottle Refund History Key',
'user_id' => 'User ID',
'refund_bottle_qty' => 'Refund Bottle Qty',
'refund_status' => 'Refund Status',
'created_user_id' => 'Created User ID',
'created_at' => 'Created At',
'modified_user_id' => 'Modified User ID',
'modified_at' => 'Modified At',
];
}
}