Fix name to avoid confusion

This commit is contained in:
Alex P 2023-03-08 17:36:38 +02:00
parent 91c39fdef2
commit c77f20d2f9
No known key found for this signature in database
GPG key ID: 54487A734A204D71
5 changed files with 32 additions and 32 deletions

View file

@ -198,8 +198,8 @@ return array(
);
},
'webhook.last-webhook-storage' => static function ( ContainerInterface $container ): WebhookInfoStorage {
return new WebhookInfoStorage( $container->get( 'webhook.last-webhook-storage.key' ) );
'webhook.last-webhook-storage' => static function ( ContainerInterface $container ): WebhookEventStorage {
return new WebhookEventStorage( $container->get( 'webhook.last-webhook-storage.key' ) );
},
'webhook.last-webhook-storage.key' => static function ( ContainerInterface $container ): string {
return 'ppcp-last-webhook';