Skip to content

Commit 7620932

Browse files
committed
fix
1 parent d53f041 commit 7620932

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 (interface_exists('Illuminate\Contracts\Session\Middleware\AuthenticatesSessions')) {
66
class AuthenticateSession extends AuthenticateSessionL9
77
{
88
}

0 commit comments

Comments
 (0)