Skip to content

Commit

Permalink
update seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Jan 18, 2025
1 parent ebf0ada commit 9d54a54
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ public function run()
$this->call(DemoMApplicationEventsTableSeeder::class);
$this->call(DemoMApplicationWorkstationTableSeeder::class);
$this->call(DemoDatabaseLogicalServerTableSeeder::class);
// $this->call(DemoCpeVendorsTableSeeder::class);
// $this->call(DemoCpeProductsTableSeeder::class);
$this->call(DemoActivityProcessTableSeeder::class);
$this->call(DemoActivityDocumentTableSeeder::class);
$this->call(DemoDocumentsTableSeeder::class);
Expand All @@ -115,8 +113,6 @@ public function run()
$this->call(DemoDataProcessingInformationTableSeeder::class);
$this->call(DemoDataProcessingMApplicationTableSeeder::class);
$this->call(DemoDataProcessingProcessTableSeeder::class);
$this->call(PermissionRoleTableSeeder::class);
$this->call(PermissionsTableSeeder::class);
}
}
}
}

0 comments on commit 9d54a54

Please sign in to comment.