mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Clean up code and comments.
This commit is contained in:
@@ -102,7 +102,6 @@ class WebhookMessage extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function webhook(): BelongsTo
|
||||
@@ -111,13 +110,13 @@ class WebhookMessage extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function webhookAttempts(): HasMany
|
||||
{
|
||||
return $this->hasMany(WebhookAttempt::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the amount
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user