Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1012
-1012
File diff suppressed because it is too large
Load Diff
@@ -112,7 +112,7 @@ class Columns extends Component
|
||||
*/
|
||||
public function decode($val, $format = null): mixed
|
||||
{
|
||||
if (empty($format)) {
|
||||
if (empty($format) || $val === null) {
|
||||
return $val;
|
||||
}
|
||||
$format = strtolower($format);
|
||||
|
||||
Reference in New Issue
Block a user