Skip to content

Commit ba58c0d

Browse files
kbondBafS
andauthored
Update service_container.rst
Co-authored-by: Fabien Salathe <fabacrans@gmail.com>
1 parent a7c791f commit ba58c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ attribute to explicitly configure the service::
703703
class MessageGenerator
704704
{
705705
public function __construct(
706-
#[Autowire('@monolog.logger.request')] private LoggerInterface $logger
706+
#[Autowire('@monolog.logger.request')] private LoggerInterface $logger,
707707
) {
708708
}
709709
// ...

0 commit comments

Comments
 (0)