@@ -21,6 +21,8 @@ |
||
21 | 21 | /** |
22 | 22 | * Constructor method. |
23 | 23 | * |
24 | + * @param string $key |
|
25 | + * @param string $disk |
|
24 | 26 | * @return void |
25 | 27 | */ |
26 | 28 | public function __construct($key, $disk) |
@@ -65,6 +65,9 @@ |
||
65 | 65 | ); |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @param string $type |
|
70 | + */ |
|
68 | 71 | public function copyToMediaLibrary(string $pathToFile, Media $media, ?string $type = null, ?string $targetFileName = null) |
69 | 72 | { |
70 | 73 | $destinationFileName = $targetFileName ?: pathinfo($pathToFile, PATHINFO_BASENAME); |