Skip to content

Instantly share code, notes, and snippets.

@mssoylu
Created February 8, 2021 16:02
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/55345b76d89da1fbf5ff700939534814 to your computer and use it in GitHub Desktop.
Save mssoylu/55345b76d89da1fbf5ff700939534814 to your computer and use it in GitHub Desktop.
# config/services.yaml
services:
App\Mailer: ~
# this replaces the old App\Mailer definition with the new one, the
# old definition is lost
App\Mailer:
class: App\NewMailer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment