Skip to content

Instantly share code, notes, and snippets.

@mssoylu
Created February 8, 2021 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mssoylu/0617f17da3a8174bd946609e589c262a to your computer and use it in GitHub Desktop.
Save mssoylu/0617f17da3a8174bd946609e589c262a to your computer and use it in GitHub Desktop.
# config/services.yaml
services:
App\Mailer: ~
App\DecoratingMailer:
decorates: App\Mailer
# pass the old service as an argument
arguments: ['@.inner']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment