Blame view
app/Queries/Match/Team.php
93 Bytes
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 9 10 |
<?php namespace FootyRoom\Queries\Match; class Team { public $id; public $name; } |
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 9 10 |
<?php namespace FootyRoom\Queries\Match; class Team { public $id; public $name; } |