Skip to content

Instantly share code, notes, and snippets.

@hvent90
Created January 6, 2015 01:23
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 hvent90/d1290535af6d6a312e83 to your computer and use it in GitHub Desktop.
Save hvent90/d1290535af6d6a312e83 to your computer and use it in GitHub Desktop.
public function subscribe($events)
{
$events->listen('incident.create', 'Carma\Events\IncidentEventHandler@onCreate');
}
public function onCreate(Array $values)
{
return $values;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment