Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
41fb6a1fc9
commit
d86274cc37
@@ -10,8 +10,8 @@ class ProjectSeeder extends Seeder
|
||||
public function run(): void
|
||||
{
|
||||
Project::create([
|
||||
'name' => "My first project",
|
||||
'description' => "This is a test project in development",
|
||||
'name' => 'My first project',
|
||||
'description' => 'This is a test project in development',
|
||||
'team_id' => 0,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user