| 1 | <?php |
||
| 18 | class GetTrail extends AbstractGetService |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * GetTrail constructor. |
||
| 22 | * @param AbstractTrailRepository $repository |
||
| 23 | * @param string $uuid |
||
| 24 | * @param LoggerInterface $logger |
||
| 25 | */ |
||
| 26 | 3 | public function __construct(AbstractTrailRepository $repository, string $uuid, LoggerInterface $logger) |
|
| 30 | } |
||
| 31 |