فهرست منبع

Update README.md

add clarifications for Admin model
Olivier Soulet 12 سال پیش
والد
کامیت
9eaded1c17
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -31,6 +31,7 @@ Quick example
 -------------
 
 Defining an ``Admin`` class is pretty easy: simply define ``configure[Show|Form|List|Datagrid]Fields`` methods
+(Fields in add function must be fields of your entity)
 
 ``` php
 <?php