Skip to content

Instantly share code, notes, and snippets.

@armababy
Last active April 20, 2016 13: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 armababy/d2ca9a92bd34929dc7c291a6943f3b95 to your computer and use it in GitHub Desktop.
Save armababy/d2ca9a92bd34929dc7c291a6943f3b95 to your computer and use it in GitHub Desktop.
<?php namespace Modules\UserProfile\Events\Handlers;
use Modules\User\Events\UserWasUpdated;
class EventHandler {
public function handle(UserWasUpdated $event)
{
dd($event);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment