Skip to content

Commit 8b9bf3b

Browse files
committed
Replace qualifier with an import DocTypes
1 parent 6bbf117 commit 8b9bf3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/Common.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
use CodeIgniter\Test\TestLogger;
3333
use Config\App;
3434
use Config\Database;
35+
use Config\DocTypes;
3536
use Config\Logger;
3637
use Config\Services;
3738
use Config\View;
@@ -889,7 +890,7 @@ function redirect(?string $route = null): RedirectResponse
889890
*/
890891
function _solidus(): string
891892
{
892-
if (config(\Config\DocTypes::class)->html5 ?? false) {
893+
if (config(DocTypes::class)->html5 ?? false) {
893894
return '';
894895
}
895896

0 commit comments

Comments
 (0)