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 3a87726 commit cee14c4Copy full SHA for cee14c4
composer.json
@@ -31,8 +31,7 @@
31
"illuminate/database": "^10.30|^11|^12",
32
"illuminate/events": "^10.0|^11|^12",
33
"illuminate/support": "^10.0|^11|^12",
34
- "mongodb/mongodb": "^1.21|^2",
35
- "symfony/http-foundation": "^6.4|^7"
+ "mongodb/mongodb": "^1.21|^2"
36
},
37
"require-dev": {
38
"laravel/scout": "^10.3",
src/Session/MongoDbSessionHandler.php
@@ -1,14 +1,5 @@
1
<?php
2
3
-/*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
namespace MongoDB\Laravel\Session;
13
14
use Illuminate\Session\DatabaseSessionHandler;
0 commit comments