modify
This commit is contained in:
@@ -112,7 +112,7 @@ class Columns extends Component
|
|||||||
*/
|
*/
|
||||||
public function decode($val, $format = null): mixed
|
public function decode($val, $format = null): mixed
|
||||||
{
|
{
|
||||||
if (empty($format)) {
|
if (empty($format) || $val === null) {
|
||||||
return $val;
|
return $val;
|
||||||
}
|
}
|
||||||
$format = strtolower($format);
|
$format = strtolower($format);
|
||||||
|
|||||||
Reference in New Issue
Block a user