delete invoices (#1652)
* include all meta fields as template variables * support invoice preview via command * support deletion of generated invoices
This commit is contained in:
@@ -58,4 +58,9 @@ final class FileHelper
|
||||
{
|
||||
$this->filesystem->dumpFile($filename, $data);
|
||||
}
|
||||
|
||||
public function removeFile(string $filename)
|
||||
{
|
||||
$this->filesystem->remove($filename);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user