Fix
This commit is contained in:
@@ -20,5 +20,10 @@ class EnvironmentSeeder extends Seeder
|
||||
'name' => 'production',
|
||||
'project_id' => $project_1->id,
|
||||
]);
|
||||
Environment::create([
|
||||
'id' => 2,
|
||||
'name' => 'staging',
|
||||
'project_id' => $project_1->id,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user