Skip to content

Commit f375ee8

Browse files
committed
fixed
1 parent ffb1d55 commit f375ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ throw_unless(
18111811
<a name="method-trait-uses-recursive"></a>
18121812
#### `trait_uses_recursive()` {#collection-method}
18131813

1814-
`trait_uses_recursive` 函数返回特征使用的所有 trait:
1814+
`trait_uses_recursive` 函数返回一个类使用的所有 trait:
18151815

18161816
````
18171817
$traits = trait_uses_recursive(\Illuminate\Notifications\Notifiable::class);

0 commit comments

Comments
 (0)