mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 01:19:31 +00:00
Various PSR12 code cleanup
This commit is contained in:
@@ -1268,7 +1268,6 @@ try {
|
||||
$breadcrumbs->push(trans('firefly.edit_webhook', ['title' => limitStringLength($webhook->title)]), route('webhooks.edit', [$webhook->id]));
|
||||
}
|
||||
);
|
||||
|
||||
} catch (DuplicateBreadcrumbException $e) {
|
||||
// @ignoreException
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user