silverstripe-framework/tests/php/Core/Injector/AopProxyServiceTest/AnotherService.php
2022-12-21 14:44:47 +13:00

11 lines
153 B
PHP

<?php
namespace SilverStripe\Core\Tests\Injector\AopProxyServiceTest;
class AnotherService
{
public $config_property;
public $filters = [];
}