Skip to content

Commit 85708e5

Browse files
huangdijiagithub-actions[bot]
authored andcommitted
Update docs and translate
1 parent f53d9bf commit 85708e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/zh-hk/components/cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ di(CacheManager::class)->store('co')->remember($key, $ttl=60, function() {
6262

6363
## 參考
6464

65-
Likes [Laravel-Cache](https://laravel.com/docs/8.x/cache)
65+
參照 [Laravel-Cache](https://laravel.com/docs/8.x/cache)

docs/zh-hk/components/encryption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ php bin/hyperf.php vendor:publish friendsofhyperf/encryption
1616

1717
## 使用
1818

19-
```shell
19+
```php
2020
$encryptString = encrypt($string);
2121
$decryptString = decrypt($encryptString);
2222
```

docs/zh-tw/components/cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ di(CacheManager::class)->store('co')->remember($key, $ttl=60, function() {
6262

6363
## 參考
6464

65-
Likes [Laravel-Cache](https://laravel.com/docs/8.x/cache)
65+
參照 [Laravel-Cache](https://laravel.com/docs/8.x/cache)

docs/zh-tw/components/encryption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ php bin/hyperf.php vendor:publish friendsofhyperf/encryption
1616

1717
## 使用
1818

19-
```shell
19+
```php
2020
$encryptString = encrypt($string);
2121
$decryptString = decrypt($encryptString);
2222
```

0 commit comments

Comments
 (0)