Quellcode durchsuchen

Small typo

Entity has $file while yml has filename
wilson12 vor 11 Jahren
Ursprung
Commit
2746032f28
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
               type:         integer
               generator:    { strategy: AUTO }
               generator:    { strategy: AUTO }
           fields:
           fields:
-            filename:
+            file:
               type:         string
               type:         string
               length:       100
               length:       100
             updated:        # changed when files are uploaded, to force preUpdate and postUpdate to fire
             updated:        # changed when files are uploaded, to force preUpdate and postUpdate to fire