diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index 69883859d53..d88bb5d32ed 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -155,7 +155,7 @@ difference is that it's done in the constructor: { // ... - + $this->logger->info('Using the greeting: '.$greeting); + + $this->logger->info('Using the greeting: '.$greeting); return $greeting; }