mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Code cleanup.
This commit is contained in:
@@ -30,11 +30,6 @@ use FireflyIII\Models\Webhook;
|
||||
*/
|
||||
class WebhookObserver
|
||||
{
|
||||
/**
|
||||
* @param Webhook $webhook
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function deleting(Webhook $webhook): void
|
||||
{
|
||||
app('log')->debug('Observe "deleting" of a webhook.');
|
||||
@@ -42,5 +37,4 @@ class WebhookObserver
|
||||
$message->delete();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user