Skip to content

Commit 8af26d7

Browse files
committed
update helpers
1 parent b6f377f commit 8af26d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typerocket/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ function tr_flash_message($data = null, $dismissible = false)
749749
*/
750750
function tr_nils($value)
751751
{
752-
return \TypeRocket\Utility\Value::nils($value);
752+
return \TypeRocket\Utility\Data::nil($value);
753753
}
754754

755755
/**

0 commit comments

Comments
 (0)