🤖 Auto commit for release 'develop' on 2026-03-13

This commit is contained in:
JC5
2026-03-13 03:55:47 +01:00
parent bc23bc0173
commit 63c49f740f
262 changed files with 904 additions and 940 deletions
@@ -65,6 +65,6 @@ final class EditController extends Controller
$subTitle = (string) trans('firefly.edit_webhook', ['title' => $webhook->title]);
$this->rememberPreviousUrl('webhooks.edit.url');
return view('webhooks.edit', ['webhook' => $webhook, 'subTitle' => $subTitle]);
return view('webhooks.edit', ['webhook' => $webhook, 'subTitle' => $subTitle]);
}
}