mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Add newlines and strict types check.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* Webhook.php
|
||||
* Copyright (c) 2020 james@firefly-iii.org
|
||||
@@ -131,4 +132,4 @@ class Webhook extends Model
|
||||
{
|
||||
return $this->hasMany(WebhookMessage::class);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user