Skip to content

Commit fa409fa

Browse files
Update service_container/alias_private.rst
Co-authored-by: Alan Poulain <[email protected]>
1 parent 264a845 commit fa409fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/alias_private.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This means that when using the container directly, you can access the
186186
use Symfony\Component\DependencyInjection\Attribute\AsAlias;
187187
use Symfony\Component\Mailer\MailerInterface;
188188

189-
#[AsAlias()]
189+
#[AsAlias]
190190
class PhpMailer implements MailerInterface
191191
{
192192
// ...

0 commit comments

Comments
 (0)