Skip to content

Commit 6d0afc3

Browse files
authored
add encrypt history middleware that follows laravel naming conventions (#773)
1 parent a355007 commit 6d0afc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Middleware/EncryptHistory.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)