mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
feat: 操作删除文件可直接删除实际文件
This commit is contained in:
@@ -165,4 +165,9 @@ class UploadServiceBase
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
||||
public function delete($save_name)
|
||||
{
|
||||
return Filesystem::disk($this->uploadType)->delete($save_name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user