Skip to content

Commit

Permalink
update seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Jan 18, 2025
1 parent cabfe80 commit ebf0ada
Show file tree
Hide file tree
Showing 2 changed files with 2,156 additions and 923 deletions.
1 change: 1 addition & 0 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function run()
$this->call(DemoDataProcessingMApplicationTableSeeder::class);
$this->call(DemoDataProcessingProcessTableSeeder::class);
$this->call(PermissionRoleTableSeeder::class);
$this->call(PermissionsTableSeeder::class);
}
}
}
Loading

0 comments on commit ebf0ada

Please sign in to comment.