From b37e80147cef7f27f906b269a767f0d0ded79b20 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 24 Apr 2026 13:21:28 +0300 Subject: [PATCH] add create session dto --- app/Auth/CreateSessionDto.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/Auth/CreateSessionDto.php diff --git a/app/Auth/CreateSessionDto.php b/app/Auth/CreateSessionDto.php new file mode 100644 index 0000000..d79ed76 --- /dev/null +++ b/app/Auth/CreateSessionDto.php @@ -0,0 +1,15 @@ +