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