We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7006239 commit 5778466Copy full SHA for 5778466
app/Livewire/Project/Shared/Webhooks.php
@@ -9,15 +9,15 @@ class Webhooks extends Component
9
{
10
public $resource;
11
12
- public string $deploywebhook;
+ public ?string $deploywebhook;
13
14
- public string $githubManualWebhook;
+ public ?string $githubManualWebhook;
15
16
- public string $gitlabManualWebhook;
+ public ?string $gitlabManualWebhook;
17
18
- public string $bitbucketManualWebhook;
+ public ?string $bitbucketManualWebhook;
19
20
- public string $giteaManualWebhook;
+ public ?string $giteaManualWebhook;
21
22
public ?string $githubManualWebhookSecret = null;
23
0 commit comments