File "MessageLevels.php"
Full Path: /home/isoftco/public_html/hrm/vendor/facade/flare-client-php/src/Enums/MessageLevels.php
File size: 215 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Enums;
class MessageLevels
{
const INFO = 'info';
const DEBUG = 'debug';
const WARNING = 'warning';
const ERROR = 'error';
const CRITICAL = 'critical';
}