mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Code cleanup.
This commit is contained in:
@@ -30,11 +30,6 @@ use FireflyIII\Models\WebhookMessage;
|
||||
*/
|
||||
class WebhookMessageObserver
|
||||
{
|
||||
/**
|
||||
* @param WebhookMessage $webhookMessage
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function deleting(WebhookMessage $webhookMessage): void
|
||||
{
|
||||
app('log')->debug('Observe "deleting" of a webhook message.');
|
||||
|
||||
Reference in New Issue
Block a user