Skip to content

Commit 8bc22e1

Browse files
authored
Merge pull request coollabsio#3404 from coollabsio/next
fixes for 334
2 parents 9e90daf + 5244ef6 commit 8bc22e1

File tree

3 files changed

+181
-329
lines changed

3 files changed

+181
-329
lines changed

app/Models/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ public function extraFields()
667667
}
668668
$data = $data->merge([
669669
'Root User' => [
670-
'key' => 'N/A',
670+
'key' => 'GITLAB_ROOT_USER',
671671
'value' => 'root',
672672
'rules' => 'required',
673673
'isPassword' => true,

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"zircote/swagger-php": "^4.10"
4949
},
5050
"require-dev": {
51-
"itsgoingd/clockwork": "^5.2",
5251
"fakerphp/faker": "^v1.21.0",
5352
"laravel/dusk": "^v8.0",
5453
"laravel/pint": "^1.16",

0 commit comments

Comments
 (0)