ServiceProperties.php 136 B

12345678
  1. <?php
  2. namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures;
  3. class ServiceProperties
  4. {
  5. public $translator;
  6. }