Closed cesargb closed 4 years ago
Add method disk to defined a disk to download.
disk
Example:
$action = new DownloadFileAction('text_alternative.txt'); $action->disk('ftp'); $magiclink = MagicLink::create($action);
Add method
disk
to defined a disk to download.Example: