Basic user management
This commit is contained in:
8
app/Enumerations/MessageType.php
Normal file
8
app/Enumerations/MessageType.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enumerations;
|
||||
|
||||
enum MessageType : string {
|
||||
case INTERNAL = 'INTERNAL';
|
||||
case EMAIL = 'EMAIL';
|
||||
}
|
||||
Reference in New Issue
Block a user