Skip to content

Commit 4a7448e

Browse files
committed
fix: Remove check ext-json
1 parent e39c749 commit 4a7448e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/Boot.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ protected static function checkMissingExtensions(): void
304304

305305
foreach ([
306306
'intl',
307-
'json',
308307
'mbstring',
309308
] as $extension) {
310309
if (! extension_loaded($extension)) {

0 commit comments

Comments
 (0)