diff --git a/cookbook/controller/upload_file.rst b/cookbook/controller/upload_file.rst index 1cf4b686784..a82ea3c7dca 100644 --- a/cookbook/controller/upload_file.rst +++ b/cookbook/controller/upload_file.rst @@ -248,7 +248,7 @@ logic to a seperate service:: } } -This class can be registered as a service in the service container: +Then, define a service for this class: .. configuration-block::