From 4df6f692dfd629ea2c8e69f02726237d8f3f6eb5 Mon Sep 17 00:00:00 2001 From: jirho Date: Thu, 9 May 2024 16:49:13 -0300 Subject: [PATCH] constantes de http status code para api --- app/Constants/HttpStatus.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/Constants/HttpStatus.php diff --git a/app/Constants/HttpStatus.php b/app/Constants/HttpStatus.php new file mode 100644 index 0000000..81058c4 --- /dev/null +++ b/app/Constants/HttpStatus.php @@ -0,0 +1,20 @@ +