mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
local storage driver & some icon fixes (#187)
This commit is contained in:
@ -44,4 +44,12 @@ public function download(string $src, string $dest): void
|
||||
'download-from-dropbox'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @TODO Implement delete method
|
||||
*/
|
||||
public function delete(string $path): void
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user