Pdf.php 87 B

12345678
  1. <?php
  2. namespace App\Libraries\Pdf;
  3. interface Pdf
  4. {
  5. public function download();
  6. }