Skip to content
Snippets Groups Projects
Commit eafbae58 authored by DaveD's avatar DaveD
Browse files

make compatible with all versions of symfony

parent a7a96cbc
Branches
Tags
1 merge request!211extensions/stripe#415 - Make compatible with all versions of symfony
......@@ -24,7 +24,7 @@ use Civi\API\Event\AuthorizedTrait;
*
* Event name: 'civi.api.authorize'
*/
class AuthorizeEvent extends \Symfony\Component\EventDispatcher\Event {
class AuthorizeEvent extends \Civi\Core\Event\GenericHookEvent {
use AuthorizedTrait;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment