ServiceProperties.php 136 Bytes
Newer Older
jiangbowen's avatar
jiangbowen committed
1 2 3 4 5 6 7 8
<?php

namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures;

class ServiceProperties
{
    public $translator;
}