Total Complexity | 3 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class TemporaryUrlGenerator implements UploadableUrlGeneratorInterface |
||
22 | { |
||
23 | public function __construct(private readonly array $config = [], private readonly string $expires = '+3 days') |
||
24 | { |
||
25 | } |
||
26 | |||
27 | public function generateUrl(object $object, string $fileProperty, Filesystem $filesystem, string $path): string |
||
34 | } |
||
35 | } |
||
36 |