mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-28 00:09:56 -07:00
🤖 Auto commit for release 'develop' on 2026-03-13
This commit is contained in:
@@ -66,6 +66,6 @@ final class DeleteController extends Controller
|
||||
$subTitle = (string) trans('firefly.delete_webhook', ['title' => $webhook->title]);
|
||||
$this->rememberPreviousUrl('webhooks.delete.url');
|
||||
|
||||
return view('webhooks.delete', ['webhook' => $webhook, 'subTitle' => $subTitle]);
|
||||
return view('webhooks.delete', ['webhook' => $webhook, 'subTitle' => $subTitle]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user