Skip to content

Commit

Permalink
update helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees committed Sep 2, 2022
1 parent b6f377f commit 8af26d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typerocket/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ function tr_flash_message($data = null, $dismissible = false)
*/
function tr_nils($value)
{
return \TypeRocket\Utility\Value::nils($value);
return \TypeRocket\Utility\Data::nil($value);
}

/**
Expand Down

0 comments on commit 8af26d7

Please sign in to comment.