diff --git a/app/Models/Service.php b/app/Models/Service.php index 174f3f2..6c7718b 100644 --- a/app/Models/Service.php +++ b/app/Models/Service.php @@ -43,7 +43,7 @@ class Service extends Model ?string $defaultPassword = null, ): Driver { - $class = config("keystone.drivers.{$this->driver_name}.{$this->version}"); + $class = config("keystone.drivers.{$this->driver_name}"); if (!class_exists($class)) { throw new \Exception("Driver class {$class} not found"); }