Administrator
/
test_1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
framework/tests/injector/testservices/AnotherService.php
59 Bytes
Edit
Raw
Normal View
History
a63b5418
Administrator
first_commit
1 2 3 4 5 6
<?php
class AnotherService
{
public $filters = array();
}