소스 검색

Updatte in doc/sluggable.md

Dinoweb 14 년 전
부모
커밋
6019a0bc77
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/sluggable.md

+ 2 - 0
doc/sluggable.md

@@ -306,6 +306,8 @@ Yaml mapped Article: **/mapping/yaml/Entity.Article.dcm.yml**
 
 - **slugField** (optional, default="slug") - the slug field where the slug will be stored
 
+    namespace Document;
+    
     class Article
     {
         // ...