isLocal()) { User::factory()->create([ 'name' => 'Test User', 'email' => 'admin@example.com', 'password' => bcrypt('admin@example.com'), ]); // Device::factory(5)->create(); // Plugin::factory(3)->create(); } } }