add new public repo
This commit is contained in:
@@ -12,7 +12,6 @@ class ProjectSeeder extends Seeder
|
||||
{
|
||||
$root_team = Team::find(0);
|
||||
Project::create([
|
||||
'id' => 1,
|
||||
'name' => "My first project",
|
||||
'description' => "This is a test project in development",
|
||||
'team_id' => $root_team->id,
|
||||
|
||||
Reference in New Issue
Block a user