New Approach Project Creation Methodologies
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-06-04 20:52:29 +08:00
parent 64d4b331a8
commit 3cb68bc6b0
6 changed files with 897 additions and 67 deletions

View File

@@ -27,5 +27,9 @@ class ProjectManagementDatabaseSeeder extends Seeder
if ($admin) {
$project->personnel()->attach($admin->id, ['role' => 'pm']);
}
$this->call([
FgenPpaServiceRoadSeeder::class,
]);
}
}