Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: error on Config\Kint with Config Caching #8003

Merged
merged 2 commits into from
Oct 11, 2023

Commits on Oct 4, 2023

  1. fix: Config\Kint does not extend BaseConfig

    We do not need to share the Config file, and if we enable Config Caching,
    it cannot be loaded from FactoriesCache when we run `composer install --no-dev`.
    Because the autoloader for Kint is initialized in CodeIgniter::initialize().
    kenjis committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c18a661 View commit details
    Browse the repository at this point in the history
  2. docs: add upgrade_450

    kenjis committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ff2c6b6 View commit details
    Browse the repository at this point in the history