mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 08:43:13 +08:00
Created NotifyNewShortUrlToMercureTest
This commit is contained in:
@@ -38,9 +38,7 @@ class NotifyNewShortUrlToMercure
|
||||
try {
|
||||
$this->hub->publish($this->updatesGenerator->newShortUrlUpdate($shortUrl));
|
||||
} catch (Throwable $e) {
|
||||
$this->logger->debug('Error while trying to notify mercure hub with new short URL. {e}', [
|
||||
'e' => $e,
|
||||
]);
|
||||
$this->logger->debug('Error while trying to notify mercure hub with new short URL. {e}', ['e' => $e]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user