debug mass assignment
This commit is contained in:
@@ -84,7 +84,6 @@ class SafetyAndPrivacyController extends Controller
|
||||
'step' => $step,
|
||||
'step_fa' => SafetyAndPrivacySteps::name($step),
|
||||
'is_finished' => false,
|
||||
'final_description' => 'پیام سیستمی : این عملیات پس از طی تمامی گام ها خاتمه یافت'
|
||||
]);
|
||||
|
||||
$safety_and_privacy->recognize_picture = $request->has('recognize_picture') ?
|
||||
@@ -134,7 +133,8 @@ class SafetyAndPrivacyController extends Controller
|
||||
'action_picture' => FileFacade::save($request->action_picture, "safety_and_privacy/{$safetyAndPrivacy->id}/action_picture"),
|
||||
'action_picture_document_upload_date' => now(),
|
||||
'action_date' => $request->action_date,
|
||||
'is_finished' => true
|
||||
'is_finished' => true,
|
||||
'final_description' => 'پیام سیستمی : این عملیات پس از طی تمامی گام ها خاتمه یافت'
|
||||
]);
|
||||
|
||||
$user->addActivityComplete(1136);
|
||||
|
||||
@@ -40,7 +40,8 @@ class SafetyAndPrivacy extends Model
|
||||
'status',
|
||||
'final_description',
|
||||
'is_finished',
|
||||
'supervisor_description'
|
||||
'supervisor_description',
|
||||
'status_fa'
|
||||
];
|
||||
|
||||
public $table = "safety_and_privacy";
|
||||
|
||||
Reference in New Issue
Block a user