Skip to content

Commit 52d1a70

Browse files
committed
fix: Remove check ext-json
1 parent 67f46a3 commit 52d1a70

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
@@ -303,7 +303,6 @@ protected static function checkMissingExtensions(): void
303303

304304
foreach ([
305305
'intl',
306-
'json',
307306
'mbstring',
308307
] as $extension) {
309308
if (! extension_loaded($extension)) {

0 commit comments

Comments
 (0)