Add Transaction View

This commit is contained in:
Bob Molitor
2025-10-20 20:48:48 +02:00
parent ff18358b19
commit d17b90bcb9
9 changed files with 769 additions and 6 deletions
+3 -1
View File
@@ -15,9 +15,11 @@ class DatabaseSeeder extends Seeder
{
// User::factory(10)->create();
User::factory()->create([
User::factory()->withoutTwoFactor()->create([
'name' => 'Test User',
'email' => 'test@example.com',
]);
$this->call(DaxCompanySeeder::class);
}
}