. */ namespace App\Entity\Contracts; use Doctrine\Common\Collections\Collection; interface HasAttachmentsInterface { public function getAttachments(): Collection; }