We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a355007 commit 6d0afc3Copy full SHA for 6d0afc3
src/Middleware/EncryptHistory.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+namespace Inertia\Middleware;
4
5
+use Inertia\EncryptHistoryMiddleware;
6
7
+class EncryptHistory extends EncryptHistoryMiddleware
8
+{
9
+ //
10
+}
0 commit comments