index
:
matrix-php
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Types
/
MessageType.php
blob: ded17a07e88abb6c046de9d0a396ff41722e47c9 (
plain
)
1
2
3
4
5
6
7
8
<?php namespace App\Types; enum MessageType: string { case TEXT = "m.text"; }