application/Views/errors/html/error_exception.php |
In my Eclipse IDE application/Views/errors/html/error_exception.php is getting flagged as an error(2) because of a reference to \CodeIgniter\Services::request(null, true).
Shouldn't it be \Config\Services::request(null, true) \Config\Services::response(null, true) ?
Simpler is always better
Well, it's currently showing up as CodeIgniter\Config\Services::request which is perfectly valid. But, yes, it should probably point to the main Config\Services to allow for any user overrides.
Good catch. Thanks |
Welcome Guest, Not a member yet? Register Sign In |