We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbf117 commit 8b9bf3bCopy full SHA for 8b9bf3b
1 file changed
system/Common.php
@@ -32,6 +32,7 @@
32
use CodeIgniter\Test\TestLogger;
33
use Config\App;
34
use Config\Database;
35
+use Config\DocTypes;
36
use Config\Logger;
37
use Config\Services;
38
use Config\View;
@@ -889,7 +890,7 @@ function redirect(?string $route = null): RedirectResponse
889
890
*/
891
function _solidus(): string
892
{
- if (config(\Config\DocTypes::class)->html5 ?? false) {
893
+ if (config(DocTypes::class)->html5 ?? false) {
894
return '';
895
}
896
0 commit comments