- <?php
- use Symfony\Components\DependencyInjection\Container;
- use Symfony\Components\DependencyInjection\Reference;
- use Symfony\Components\DependencyInjection\Parameter;
- /**
- * ProjectServiceContainer
- *
- * This class has been auto-generated
- * by the Symfony Dependency Injection Component.
- */
- class ProjectServiceContainer extends Container
- {
- protected $shared = array();
- }
|