fix mbregex test for micro

This commit is contained in:
crazywhalecc 2024-02-04 15:28:09 +08:00
parent f01c34ddc7
commit 81a758abb7
No known key found for this signature in database
GPG Key ID: 5900B7737B0F0E08

View File

@ -11,6 +11,11 @@ use SPC\util\CustomExt;
#[CustomExt('mbregex')]
class mbregex extends Extension
{
public function getDistName(): string
{
return 'mbstring';
}
public function getConfigureArg(): string
{
return '';