Skip to content

Commit

Permalink
Update Value.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Jul 10, 2024
1 parent c58ab66 commit bc90a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static function converter(string $value, string $converter, string $type)

$converters = (array) Config::get('converters', []);

// Type can be view (decode) or save (encode)
// $type can be view (decode) or save (encode)
if (
is_callable($converters[$converter][$type]) &&
($converted = $converters[$converter][$type]($value)) !== null
Expand Down

0 comments on commit bc90a20

Please sign in to comment.