Upload file

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-14 16:34:37 +07:00
parent de2966ba09
commit 97154c1100
13 changed files with 790 additions and 38 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ class DatabaseSeeder extends Seeder
public function run()
{
// \App\Models\User::factory(10)->create();
//$this->call(PermissionSeeder::class);
//$this->call(RolesTableSeeder::class);
// $this->call(PermissionSeeder::class);
// $this->call(RolesTableSeeder::class);
$this->call(UsersTableSeeder::class);
}
}