<?php


namespace App\Enums;

enum StatusInformativosRecursosHumanos: string {
    case INFORMATIVOS_DO_RH = "Informativos do RH";
    case LEGISLACOES_ORDENS_DE_SERVICOS_E_NORMATIZACOES_DO_RH = "Legislações, Ordens de Serviços e Normatizações do RH";
}
