Skip to content

Instantly share code, notes, and snippets.

@mssoylu
Last active February 8, 2021 16:07
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/d563fe5901a3577047fe40595e1899d9 to your computer and use it in GitHub Desktop.
Save mssoylu/d563fe5901a3577047fe40595e1899d9 to your computer and use it in GitHub Desktop.
# config/services.yaml
services:
App\Mailer: ~
App\DecoratingMailer:
# App\Mailer servisi override edilir
# fakat eski servis hala ".inner" icinde tutulmakta
decorates: App\Mailer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment