Files
php-flasher/Translator/TranslatorInterface.php
T
KHOUBZA Younes 1a6a8988dd update namespace
2020-12-03 09:15:47 +01:00

9 lines
79 B
PHP

<?php
namespace Flasher\Prime\Translator;
interface TranslatorInterface
{
}