Procházet zdrojové kódy

Updatte in doc/sluggable.md

Dinoweb před 14 roky
rodič
revize
6019a0bc77
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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
     {
         // ...