summaryrefslogtreecommitdiff
path: root/tests/temporal/DTO/Message.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/temporal/DTO/Message.php')
-rw-r--r--tests/temporal/DTO/Message.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/temporal/DTO/Message.php b/tests/temporal/DTO/Message.php
deleted file mode 100644
index 61703fe8..00000000
--- a/tests/temporal/DTO/Message.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-
-namespace Temporal\Tests\DTO;
-
-class Message
-{
- public string $message;
-
- public function __construct(string $message)
- {
- $this->message = $message;
- }
-} \ No newline at end of file