From b4c5a0f13f1aeb4211e49822e54f90a8997373c5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 25 Aug 2025 16:25:20 -0500 Subject: [PATCH] add encrypt history middleware that follows laravel naming conventions --- src/Middleware/EncryptHistory.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Middleware/EncryptHistory.php diff --git a/src/Middleware/EncryptHistory.php b/src/Middleware/EncryptHistory.php new file mode 100644 index 00000000..7e01bc5d --- /dev/null +++ b/src/Middleware/EncryptHistory.php @@ -0,0 +1,10 @@ +