Skip to content

Commit 46bbd07

Browse files
author
jay
committed
r
1 parent 96ef3b6 commit 46bbd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/doc/2020-11-05-Repository-Rule.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ _字段的属性名和字段名都可以识别。_
279279

280280
```php
281281
$rules = [
282-
'user_id' . Rule::RA_JOIN => 'u' 必填参数 表别名
282+
'user_id' . Rule::RA_JOIN => 'u' //必填参数 表别名
283283
];
284284
```
285285

0 commit comments

Comments
 (0)