1 2 3 4 5 6 7
<?php use Digitigrade\Text; function __(string $key): string { return (new Text($key))->__tostring(); }