1
0
Files
lkafu/vendor/symfony/translation/Tests/DependencyInjection/fixtures/ServiceProperties.php
2020-08-06 14:50:07 +08:00

9 lines
136 B
PHP

<?php
namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures;
class ServiceProperties
{
public $translator;
}