diff options
Diffstat (limited to 'misc/__.php')
| -rw-r--r-- | misc/__.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/__.php b/misc/__.php new file mode 100644 index 0000000..af6366a --- /dev/null +++ b/misc/__.php @@ -0,0 +1,7 @@ +<?php + +use Digitigrade\Text; + +function __(string $key): string { + return (new Text($key))->__tostring(); +}
\ No newline at end of file |
