You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/MongoDBServiceProvider.php
+4-4
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public function register()
67
67
assert($connectioninstanceof Connection, newInvalidArgumentException(sprintf('The database connection "%s" used for the session does not use the "mongodb" driver.', $connectionName)));
@@ -132,8 +132,8 @@ private function registerFlysystemAdapter(): void
132
132
thrownewInvalidArgumentException(sprintf('The database connection "%s" does not use the "mongodb" driver.', $config['connection'] ?? $app['config']['database.default']));
0 commit comments