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
No related branches found
No related tags found
1 merge request!211extensions/stripe#415 - Make compatible with all versions of symfony
...@@ -24,7 +24,7 @@ use Civi\API\Event\AuthorizedTrait; ...@@ -24,7 +24,7 @@ use Civi\API\Event\AuthorizedTrait;
* *
* Event name: 'civi.api.authorize' * Event name: 'civi.api.authorize'
*/ */
class AuthorizeEvent extends \Symfony\Component\EventDispatcher\Event { class AuthorizeEvent extends \Civi\Core\Event\GenericHookEvent {
use AuthorizedTrait; use AuthorizedTrait;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment