diff --git a/src/event/EventPriority.php b/src/event/EventPriority.php index 71d52f1c1..c7a788518 100644 --- a/src/event/EventPriority.php +++ b/src/event/EventPriority.php @@ -35,7 +35,12 @@ use function strtoupper; * * MONITOR events should not change the event outcome or contents */ -abstract class EventPriority{ +final class EventPriority{ + + private function __construct(){ + //NOOP + } + public const ALL = [ self::LOWEST, self::LOW,