|
|
@@ -136,6 +136,7 @@ class ViolationStore extends Model
|
|
|
DB::beginTransaction();
|
|
|
try {
|
|
|
$ViolationStore->company_id = $data['company_id'];
|
|
|
+ $ViolationStore->platform = $data['platform'];
|
|
|
$ViolationStore->store_name = $data['store_name'];
|
|
|
$ViolationStore->store_type = $data['store_type'];
|
|
|
$ViolationStore->employee_ids = $data['employee_ids'];
|