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