소스 검색

Documenting endpoint update

Substitute `responses` with `with` in Loading spefic relations example
IlGala 5 년 전
부모
커밋
32bf11b547
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/documenting/documenting-endpoint-responses.md

+ 1 - 1
docs/documenting/documenting-endpoint-responses.md

@@ -303,7 +303,7 @@ If you want specific relations to be loaded with your model when instantiating v
 ```php
 /**
  * @apiResourceCollection App\Resources\UserCollection
- * @apiResourceModel App\Models\User relations=teacher,classmates
+ * @apiResourceModel App\Models\User with=teacher,classmates
  */
 ```