diff options
Diffstat (limited to 'matrix-specification/AccountData.php')
| -rw-r--r-- | matrix-specification/AccountData.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/matrix-specification/AccountData.php b/matrix-specification/AccountData.php deleted file mode 100644 index b29e7fe..0000000 --- a/matrix-specification/AccountData.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -namespace Matrix; - -use Matrix\Events\Event; - -class AccountData -{ - /** - * @param Event[] $events - */ - public function __construct( - private array $events - ) - {} -} |
