<?php

namespace App\Enums;

final class PHPIniType
{
    const CLI = 'cli';

    const FPM = 'fpm';
}