diff --git a/backend/app/Post/UseCases/GetPost/GetPost.php b/backend/app/Post/UseCases/GetPost/GetPost.php new file mode 100644 index 0000000..fcf7d80 --- /dev/null +++ b/backend/app/Post/UseCases/GetPost/GetPost.php @@ -0,0 +1,26 @@ +postRepo->find($id); + } +}