diff --git a/controller/upload_file.rst b/controller/upload_file.rst index b8b8d7104a2..b07095de4f3 100644 --- a/controller/upload_file.rst +++ b/controller/upload_file.rst @@ -315,7 +315,7 @@ Using a Doctrine Listener If you are using Doctrine to store the Product entity, you can create a :doc:`Doctrine listener ` to -automatically upload the file when persisting the entity:: +automatically move the file when persisting the entity:: // src/AppBundle/EventListener/BrochureUploadListener.php namespace AppBundle\EventListener;