Skip to content

Instantly share code, notes, and snippets.

@ojhaujjwal
Last active October 15, 2017 11:52
Show Gist options
  • Save ojhaujjwal/b667c33393aa5e7c3235c37200936f40 to your computer and use it in GitHub Desktop.
Save ojhaujjwal/b667c33393aa5e7c3235c37200936f40 to your computer and use it in GitHub Desktop.
<?php
$handlers = [
'SendForgotPasswordEmail' => App\Handler\SendForgotPasswordEmailHandler::class,
'SendImportantEmail' => App\Handler\SendImportantEmailHandler::class,
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment