removed ReportFormat

This commit is contained in:
Dr Masroor Ehsan 2025-01-10 12:44:02 +06:00
parent 805293baac
commit 6d8ac941dd

View File

@ -1,10 +0,0 @@
<?php
namespace App\Domain\Report;
enum ReportFormat: string
{
case Html = 'html';
case Word = 'word';
case Pdf = 'pdf';
}