Skip to content
Snippets Groups Projects
Commit 5730984d authored by catch's avatar catch
Browse files

Issue #2779459: KernelTestBase thinks private file setting is in config

parent bf919883
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1104,7 +1104,7 @@ public function __get($name) {
return Settings::get('file_public_path', \Drupal::service('site.path') . '/files');
case 'private_files_directory':
return $this->container->get('config.factory')->get('system.file')->get('path.private');
return Settings::get('file_private_path');
case 'temp_files_directory':
return file_directory_temp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment