@@ -51,7 +51,7 @@ |
||
51 | 51 | * Uploads the file/files or asset by creating the |
52 | 52 | * asset that is needed to upload the files too. |
53 | 53 | * |
54 | - * @param string|array $files |
|
54 | + * @param string $files |
|
55 | 55 | * @param string|null $filename |
56 | 56 | * @param bool $keepOriginal |
57 | 57 | * @return \Illuminate\Support\Collection|null|Asset |