New Approach Project Creation Methodologies
This commit is contained in:
@@ -27,5 +27,9 @@ class ProjectManagementDatabaseSeeder extends Seeder
|
||||
if ($admin) {
|
||||
$project->personnel()->attach($admin->id, ['role' => 'pm']);
|
||||
}
|
||||
|
||||
$this->call([
|
||||
FgenPpaServiceRoadSeeder::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user