We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3915af3 commit 6311a45Copy full SHA for 6311a45
1 file changed
solid/lib/Notifications/SolidWebhook.php
@@ -21,7 +21,7 @@ public function send($path, $type) {
21
}
22
23
24
- private function getWebhooks($path, $type) {
+ private function getWebhooks($path) {
25
$urls = $this->webhookService->findByPath($path);
26
return $urls;
27
0 commit comments