summaryrefslogtreecommitdiffstats
path: root/vendor/simshaun/recurr/src/Recurr/Transformer/TranslatorInterface.php
blob: 96e77f4bdfbce05e7e99852e70190fa903f0956f (plain)
1
2
3
4
5
6
7
8
<?php

namespace Recurr\Transformer;

interface TranslatorInterface
{
    public function trans($string);
}