Merge branch 'feature/changeStepNameOfSafeteyAndPrivacy' into 'develop'

change step 2 name of safetyAndPrivacy

See merge request witelgroup/rms_v2!34
This commit is contained in:
2024-12-01 11:54:41 +00:00

View File

@@ -44,7 +44,7 @@ class SafetyAndPrivacy extends Model
{ {
if($this->step == 1){ if($this->step == 1){
$this->step = 2; $this->step = 2;
$this->step_fa = 'گام دوم (اخطار)'; $this->step_fa = 'گام دوم (مستندات قضایی)';
$this->save(); $this->save();