Move template dir from default to invoice
This commit is contained in:
parent
3a53777dbd
commit
5fd050e116
|
@ -64,7 +64,7 @@ abstract class InvoiceDocument extends Document
|
|||
|
||||
public function template(): Template
|
||||
{
|
||||
return Template::make('tex.templates.default');
|
||||
return Template::make('tex.templates.invoice');
|
||||
}
|
||||
|
||||
public function setFilename(string $filename): self
|
||||
|
|
Loading…
Reference in New Issue