Closed neznaika0 closed 1 month ago
See https://github.com/codeigniter4/CodeIgniter4/issues/9181
It is not recommended to use config('Paths') Configuration caching will stop working. This applies to all configurations that do not extend BaseConfig.
config('Paths')
BaseConfig
We hurried :smile:
See https://github.com/codeigniter4/CodeIgniter4/issues/9181
It is not recommended to use
config('Paths')
Configuration caching will stop working. This applies to all configurations that do not extendBaseConfig
.