Skip to content

Commit f685a0f

Browse files
committed
replace Value class with Data class
1 parent ecf71b2 commit f685a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)