adrema/app/Pdf/EnvType.php

10 lines
114 B
PHP
Raw Normal View History

2022-03-20 16:33:56 +01:00
<?php
namespace App\Pdf;
enum EnvType: string
{
case XELATEX = 'XELATEX';
case PDFLATEX = 'PDFLATEX';
}