Skip to content

Commit d53f041

Browse files
committed
revert
1 parent 510f3f9 commit d53f041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Http/Middleware/AuthenticateSession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Backpack\CRUD\app\Http\Middleware;
44

5-
if (app()->version() >= 9) {
5+
if (app()->version() >= 9.4) {
66
class AuthenticateSession extends AuthenticateSessionL9
77
{
88
}

0 commit comments

Comments
 (0)