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
if (!class_exists($requirements[$type]['test'])) {
80
82
thrownew \LogicException(sprintf('To use the configuration key "%s" in "bm_backup_manager.stroage.%s.type" you need to install "%s"', $type, $key, $requirements[$type]['package']));
81
83
}
82
84
}
83
85
}
86
+
87
+
/**
88
+
* If a DSN is configured, then let it override other database storages.
0 commit comments