Skip to content

Commit 510f3f9

Browse files
committed
add for all 9x
1 parent b28b0fe commit 510f3f9

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.4) {
5+
if (app()->version() >= 9) {
66
class AuthenticateSession extends AuthenticateSessionL9
77
{
88
}

0 commit comments

Comments
 (0)