Blame view
app/Queries/Comment/WithUserQuery.php
112 Bytes
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 |
<?php namespace FootyRoom\Queries\Comment; interface WithUserQuery { public function getWithUserInfo(); } |
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 |
<?php namespace FootyRoom\Queries\Comment; interface WithUserQuery { public function getWithUserInfo(); } |