Blame view

framework/tests/injector/testservices/AnotherService.php 59 Bytes
5fb8f6f6   Administrator   update rep
1
2
3
4
5
6
  <?php
  
  class AnotherService
  {
  	public $filters = array();
  }