Browse Source

Merge pull request #22921 from abpframework/auto-merge/rel-9-2/3739

Merge branch dev with rel-9.2
pull/22924/head
maliming 1 year ago
committed by GitHub
parent
commit
8d05db0830
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/infrastructure/features.md

2
docs/en/framework/infrastructure/features.md

@ -424,7 +424,7 @@ namespace FeaturesDemo
return Task.FromResult("true");
}
return null;
return Task.FromResult<string>(null);
}
}
}

Loading…
Cancel
Save