fix media removal
This commit is contained in:
parent
4b432d9b99
commit
1934a6b94f
7 changed files with 71 additions and 12 deletions
|
|
@ -7,4 +7,6 @@ interface FileUploader
|
|||
public function upload(FileToUpload $file, string $folder): string;
|
||||
|
||||
public function url(string $path): string;
|
||||
|
||||
public function delete(string $path): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue