mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Fixes for default webhook creation bug
This commit is contained in:
@@ -303,7 +303,6 @@ class WebhookController extends BaseController
|
||||
|
||||
$webhook = WebhookFactory::create($user->company()->id, $user->id);
|
||||
$webhook->fill($request->all());
|
||||
$webhook->save();
|
||||
|
||||
return $this->itemResponse($webhook);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user