Develop realisasi belanja

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-25 16:25:51 +07:00
parent f9059ad5d5
commit 454a9022ab
23 changed files with 491 additions and 170 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class DatabaseSeeder extends Seeder
// \App\Models\User::factory(10)->create();
// $this->call(PermissionSeeder::class);
// $this->call(RolesTableSeeder::class);
// $this->call(UsersTableSeeder::class);
$this->call(UsersTableSeeder::class);
// $this->call(SatuanTableSeeder::class);
}
}