rector/stubs/Gedmo/Translatable/Translatable.php

13 lines
165 B
PHP
Raw Normal View History

2019-12-27 01:56:35 +01:00
<?php declare(strict_types=1);
namespace Gedmo\Translatable;
if (interface_exists('Gedmo\Translatable\Translatable')) {
return;
}
interface Translatable
{
}