This commit is contained in:
Andras Bacsai
2023-04-19 15:38:59 +02:00
parent ffa8f40864
commit 97f0f34209
6 changed files with 15 additions and 17 deletions

View File

@@ -20,10 +20,5 @@ class EnvironmentSeeder extends Seeder
'name' => 'production',
'project_id' => $project_1->id,
]);
Environment::create([
'id' => 2,
'name' => 'staging',
'project_id' => $project_1->id,
]);
}
}