mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Moved some config to the proper namespace, now that config is no longer part of the public contract
This commit is contained in:
@@ -162,7 +162,7 @@ class NotifyVisitToWebHooksTest extends TestCase
|
||||
$this->em->reveal(),
|
||||
$this->logger->reveal(),
|
||||
new WebhookOptions(
|
||||
['visits_webhooks' => $webhooks, 'notify_orphan_visits_to_webhooks' => $notifyOrphanVisits],
|
||||
['webhooks' => $webhooks, 'notify_orphan_visits_to_webhooks' => $notifyOrphanVisits],
|
||||
),
|
||||
new ShortUrlDataTransformer(new ShortUrlStringifier([])),
|
||||
new AppOptions(['name' => 'Shlink', 'version' => '1.2.3']),
|
||||
|
||||
Reference in New Issue
Block a user