Skip to content
Snippets Groups Projects
Commit c7a30f27 authored by Alan Hatch's avatar Alan Hatch Committed by Sascha Grossenbacher
Browse files

Issue #3225830: Unable to override settings in settings.php

parent 3c409c30
No related branches found
No related tags found
1 merge request!1Issue #3225830 Unable to override settings in settings.php
Pipeline #67451 passed with warnings
......@@ -48,7 +48,7 @@ class PHPFFMpegFactory {
public function __construct(CacheItemPoolInterface $cache, LoggerChannelInterface $logger, ConfigFactoryInterface $config_factory) {
$this->cache = $cache;
$this->logger = $logger;
$this->config = $config_factory->getEditable('php_ffmpeg.settings');
$this->config = $config_factory->get('php_ffmpeg.settings');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment