Skip to content

Commit eb85fcf

Browse files
simon511000dunglas
authored andcommitted
Add missing private to mailer property
1 parent 84771e7 commit eb85fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ final class UserProcessor implements ProcessorInterface
101101
private ProcessorInterface $persistProcessor,
102102
#[Autowire(service: 'api_platform.doctrine.orm.state.remove_processor')]
103103
private ProcessorInterface $removeProcessor,
104-
MailerInterface $mailer,
104+
private MailerInterface $mailer,
105105
)
106106
{
107107
}

0 commit comments

Comments
 (0)