testing php storm code cleanup and styling

This commit is contained in:
Andras Bacsai
2023-08-08 11:51:36 +02:00
parent a8ee779b31
commit f2228cec7b
368 changed files with 23834 additions and 2623 deletions

View File

@@ -34,12 +34,14 @@ class Change extends Component
'github_app.webhook_secret' => 'nullable',
'github_app.is_system_wide' => 'required|bool',
];
public function mount()
{
$this->webhook_endpoint = $this->ipv4;
$this->parameters = getRouteParameters();
$this->is_system_wide = $this->github_app->is_system_wide;
}
public function submit()
{
try {
@@ -49,6 +51,7 @@ class Change extends Component
return general_error_handler(err: $e, that: $this);
}
}
public function instantSave()
{
}

View File

@@ -19,6 +19,7 @@ class Create extends Component
{
$this->name = generate_random_name();
}
public function createGitHubApp()
{
try {