init
This commit is contained in:
12
vendor/spatie/flare-client-php/src/Enums/MessageLevels.php
vendored
Normal file
12
vendor/spatie/flare-client-php/src/Enums/MessageLevels.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Spatie\FlareClient\Enums;
|
||||
|
||||
class MessageLevels
|
||||
{
|
||||
const INFO = 'info';
|
||||
const DEBUG = 'debug';
|
||||
const WARNING = 'warning';
|
||||
const ERROR = 'error';
|
||||
const CRITICAL = 'critical';
|
||||
}
|
||||
Reference in New Issue
Block a user