Selaa lähdekoodia

Small typo

Entity has $file while yml has filename
wilson12 11 vuotta sitten
vanhempi
commit
2746032f28
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Resources/doc/cookbook/recipe_file_uploads.rst

+ 1 - 1
Resources/doc/cookbook/recipe_file_uploads.rst

@@ -56,7 +56,7 @@ upload timestamp.
               type:         integer
               generator:    { strategy: AUTO }
           fields:
-            filename:
+            file:
               type:         string
               length:       100
             updated:        # changed when files are uploaded, to force preUpdate and postUpdate to fire