1 <?php 2 3 namespace App\Utils; 4 5 interface InboxFileInterface 6 { 7 8 public function getFilename(): string; 9 10 }