mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 10:47:44 +08:00
fix typo
This commit is contained in:
parent
4f4364b3c9
commit
58f4aac3cf
@ -357,7 +357,7 @@ return [
|
||||
|
||||
### 返回 PHP 对象
|
||||
|
||||
当框架导入 `symfony/serialize (^5.0)` 和 `symfony/property-access (^5.0)` 后,并在 `dependencies.php` 中配置一下映射关系
|
||||
当框架导入 `symfony/serializer (^5.0)` 和 `symfony/property-access (^5.0)` 后,并在 `dependencies.php` 中配置一下映射关系
|
||||
|
||||
```php
|
||||
use Hyperf\Utils\Serializer\SerializerFactory;
|
||||
|
@ -357,7 +357,7 @@ return [
|
||||
|
||||
### 返回 PHP 對象
|
||||
|
||||
當框架導入 `symfony/serialize (^5.0)` 和 `symfony/property-access (^5.0)` 後,並在 `dependencies.php` 中配置一下映射關係
|
||||
當框架導入 `symfony/serializer (^5.0)` 和 `symfony/property-access (^5.0)` 後,並在 `dependencies.php` 中配置一下映射關係
|
||||
|
||||
```php
|
||||
use Hyperf\Utils\Serializer\SerializerFactory;
|
||||
|
@ -357,7 +357,7 @@ return [
|
||||
|
||||
### 返回 PHP 物件
|
||||
|
||||
當框架匯入 `symfony/serialize (^5.0)` 和 `symfony/property-access (^5.0)` 後,並在 `dependencies.php` 中配置一下對映關係
|
||||
當框架匯入 `symfony/serializer (^5.0)` 和 `symfony/property-access (^5.0)` 後,並在 `dependencies.php` 中配置一下對映關係
|
||||
|
||||
```php
|
||||
use Hyperf\Utils\Serializer\SerializerFactory;
|
||||
|
Loading…
Reference in New Issue
Block a user