PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
spatie
/
flare-client-php
/
src
/
Enums
<?php namespace Spatie\FlareClient\Enums; class MessageLevels { const INFO = 'info'; const DEBUG = 'debug'; const WARNING = 'warning'; const ERROR = 'error'; const CRITICAL = 'critical'; }
[+]
..
[-] MessageLevels.php
[edit]