Excel.php 91 B

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