Browse Source

Updatte in doc/sluggable.md

Dinoweb 14 years ago
parent
commit
404ac5dd81
1 changed files with 1 additions and 2 deletions
  1. 1 2
      doc/sluggable.md

+ 1 - 2
doc/sluggable.md

@@ -306,7 +306,6 @@ Yaml mapped Article: **/mapping/yaml/Entity.Article.dcm.yml**
 
 - **slugField** (optional, default="slug") - the slug field where the slug will be stored
 
-
     class Article
     {
         // ...
@@ -316,7 +315,7 @@ Yaml mapped Article: **/mapping/yaml/Entity.Article.dcm.yml**
          */
         private $slug;
         // ...
-        
+ 
         // ...
         /**
          * @gedmo:Sluggable(slugField="slug")