Blame view

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