Ejemplo n.º 1
0
 /**
  * @param  Invoice $invoice
  * @return string
  */
 protected function getInvoicePath(Invoice $invoice)
 {
     return sprintf('%s/invoice-%d.pdf', $this->invoicePath, $invoice->getId());
 }