I tried to output the configuration to figure out why my local configuration isn't taking effect. Printing fails with
Error: Object of class Druidfi\Omen\System\Lagoon could not be converted to string in sprintf() (line 183 of /app/vendor/druidfi/omen/src/Reader.php).
sprintf() (Line: 183)
Druidfi\Omen\Reader->printConfiguration() (Line: 163)
Druidfi\Omen\Reader->getConf() (Line: 146)
Druidfi\Omen\Reader::get() (Line: 14)
require() (Line: 150)
Drupal\Core\Site\Settings::initialize() (Line: 341)
install_begin_request() (Line: 118)
install_drupal() (Line: 53)
Seems that there's no defined way to output the Omen class as a string.
I tried to output the configuration to figure out why my local configuration isn't taking effect. Printing fails with
Seems that there's no defined way to output the Omen class as a string.