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 b28b0fe commit 510f3f9Copy full SHA for 510f3f9
src/app/Http/Middleware/AuthenticateSession.php
@@ -2,7 +2,7 @@
2
3
namespace Backpack\CRUD\app\Http\Middleware;
4
5
-if (app()->version() >= 9.4) {
+if (app()->version() >= 9) {
6
class AuthenticateSession extends AuthenticateSessionL9
7
{
8
}
0 commit comments