enum case consistency, wip creating service

This commit is contained in:
2025-03-31 13:51:02 +00:00
parent 75f2ecb7bf
commit d150f57c8f
16 changed files with 150 additions and 113 deletions

View File

@@ -31,12 +31,12 @@ class DatabaseSeeder extends Seeder
'owner_id' => 1,
]);
$organisation->members()->attach($user, ['role' => OrganisationRole::Admin]);
$organisation->members()->attach($user, ['role' => OrganisationRole::ADMIN]);
$application = $organisation->applications()->create([
'name' => 'ClipBin',
'repository_url' => 'git@github.com:hjbdev/clipbin.git',
'repository_type' => RepositoryType::Git,
'repository_type' => RepositoryType::GIT,
]);
$application->environments()->create([