mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-07 05:38:15 +00:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
|
|
namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures;
|
|
|
|
class ServiceProperties
|
|
{
|
|
public $translator;
|
|
}
|