Catch query things.

This commit is contained in:
James Cole
2023-12-29 09:01:42 +01:00
parent e4d91aa337
commit 507e0fb54c
3 changed files with 180 additions and 162 deletions

View File

@@ -62,7 +62,7 @@ class UpdateController extends Controller
if(false === config('firefly.allow_webhooks')) {
throw new NotFoundHttpException('Webhooks are not enabled.');
}
$data = $request->getData();
$webhook = $this->repository->update($webhook, $data);
$manager = $this->getManager();