Skip to content

Commit

Permalink
Adding generic driver for schema SNS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Jun 21, 2019
1 parent 0583fc7 commit 2b51c7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/enqueue/Client/Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ public static function getKnownDrivers(): array
'requiredSchemeExtensions' => [],
'packages' => ['enqueue/enqueue', 'enqueue/sqs'],
];
$map[] = [
'schemes' => ['sns'],
'driverClass' => GenericDriver::class,
'requiredSchemeExtensions' => [],
'packages' => ['enqueue/enqueue', 'enqueue/sns'],
];
$map[] = [
'schemes' => ['snsqs'],
'driverClass' => SnsQsDriver::class,
Expand Down

0 comments on commit 2b51c7e

Please sign in to comment.