9 lines
136 B
PHP
Raw Normal View History

2025-02-26 11:49:20 +08:00
<?php
namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures;
class ServiceProperties
{
public $translator;
}