update
This commit is contained in:
parent
2b908a0c5f
commit
d714653d2c
@ -78,7 +78,7 @@ class SupervisionExcessRiskSecurityMonitoring extends BaseModel
|
||||
return $arr[$data['exceed_the_warning_value']];
|
||||
}
|
||||
|
||||
public function getattribution_dateAttr($value): string
|
||||
public function getAttributionDateAttr($value): string
|
||||
{
|
||||
return !empty($value) ? date('Y-m',$value) : '';
|
||||
}
|
||||
|
@ -72,7 +72,7 @@ class SupervisionHighRiskSecurityMonitoring extends BaseModel
|
||||
return $arr[$data['exceed_the_warning_value']];
|
||||
}
|
||||
|
||||
public function getattribution_dateAttr($value): string
|
||||
public function getAttributionDateAttr($value): string
|
||||
{
|
||||
return !empty($value) ? date('Y-m',$value) : '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user