feat: add DatabaseSeeder and TenantSeeder with sample tenant configuration and assets
This commit is contained in:
@@ -21,5 +21,7 @@ class DatabaseSeeder extends Seeder
|
||||
'name' => 'Test User',
|
||||
'email' => 'test@example.com',
|
||||
]);
|
||||
|
||||
$this->call(TenantSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user