You've already forked Atomcms-edit
Initial commit
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum NotificationType: string
|
||||
{
|
||||
case ArticlePosted = 'article_posted';
|
||||
case HousekeepingCustomMessage = 'housekeeping_custom_message';
|
||||
}
|
||||
Reference in New Issue
Block a user