FaqTarget.php 120 Bytes
<?php

namespace App\Enums;

enum FaqTarget: string
{
    case EMPLOYER = 'employer';
    case EMPLOYEE = 'employee';
}