call(UsdtC2cSeeder::class); } /** * Seed the application's database. */ // public function run(): void // { // // User::factory(10)->create(); // User::factory()->create([ // 'name' => 'Test User', // 'email' => 'test@example.com', // ]); // } }