Page MenuHomec4science

PhabricatorChatLogEventType.php
No OneTemporary

File Metadata

Created
Wed, Aug 21, 21:19

PhabricatorChatLogEventType.php

<?php
final class PhabricatorChatLogEventType
extends PhabricatorChatLogConstants {
const TYPE_MESSAGE = 'mesg';
}

Event Timeline