Skip to content
  • Morris Jobke's avatar
    Extract interaction with config.php into SystemConfig · 50c2a819
    Morris Jobke authored
    * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;))
    * use DI container and use that method in legacy code paths (for easier refactoring later)
    * create and use getSystemConfig instead of query() in DI container
    50c2a819