mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-05 05:38:28 -07:00
Fix phpstan issues by adding properties.
This commit is contained in:
@@ -34,6 +34,9 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
* @property array|string $message
|
||||
*/
|
||||
#[ObservedBy([DeletedWebhookMessageObserver::class])]
|
||||
class WebhookMessage extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user