1 | <?php |
||
7 | class XetaravelPathGenerator implements PathGenerator |
||
8 | { |
||
9 | /** |
||
10 | * Get the path for the given media, relative to the root storage path. |
||
11 | * |
||
12 | * @return string |
||
13 | */ |
||
14 | public function getPath(Media $media) : string |
||
18 | |||
19 | /** |
||
20 | * Get the path for conversions of the given media, relative to the root storage path. |
||
21 | * |
||
22 | * @return string |
||
23 | */ |
||
24 | public function getPathForConversions(Media $media) : string |
||
28 | } |
||
29 |