minor
This commit is contained in:
parent
a83c89c524
commit
ebda878e1f
10
app/Domain/Report/ReportFormat.php
Normal file
10
app/Domain/Report/ReportFormat.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Report;
|
||||
|
||||
enum ReportFormat: string
|
||||
{
|
||||
case Html = 'html';
|
||||
case Word = 'word';
|
||||
case Pdf = 'pdf';
|
||||
}
|
Loading…
Reference in New Issue
Block a user