summaryrefslogtreecommitdiff
path: root/tests/temporal/DTO/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/temporal/DTO/User.php')
-rw-r--r--tests/temporal/DTO/User.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/temporal/DTO/User.php b/tests/temporal/DTO/User.php
deleted file mode 100644
index cefea137..00000000
--- a/tests/temporal/DTO/User.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-
-namespace Temporal\Tests\DTO;
-
-use Temporal\Internal\Marshaller\Meta\Marshal;
-
-class User
-{
- #[Marshal(name: "Name")]
- public string $name;
-
- #[Marshal(name: "Email")]
- public string $email;
-} \ No newline at end of file