-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
I register a custom session driver in AppServiceProvider::boot
Session::extend('custom', function ($app) {
// implementation....
});
on version 1.4.0 everything works as epxected
after upgrading to 1.5.0 or 1.5.1 the app breaks and throws an InvalidArgumentException
Driver [custom] not supported.
I have Isolated the issue to this specific package, by updating every single package individually
Environment (please complete the following information):
- PHP Version: 8.3.16
- OS: Debian 12
- Intervention Image Version: N/A
- GD or Imagick: N/A
Metadata
Metadata
Assignees
Labels
No labels