mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 11:48:05 +00:00
Webhooks have titles now.
This commit is contained in:
@@ -51,6 +51,10 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|WebhookMessage whereUuid($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|WebhookMessage whereWebhookId($value)
|
||||
* @mixin \Eloquent
|
||||
* @property int $attempts
|
||||
* @property array|null $logs
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|WebhookMessage whereAttempts($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|WebhookMessage whereLogs($value)
|
||||
*/
|
||||
class WebhookMessage extends Model
|
||||
{
|
||||
|
Reference in New Issue
Block a user