Bugfixes & Model for participants

This commit is contained in:
2026-02-17 21:58:55 +01:00
parent fcf41c5d13
commit b1c333648a
14 changed files with 334 additions and 56 deletions

View File

@@ -8,8 +8,8 @@ use App\Models\User;
class DevelopmentDataSeeder {
public function execute() {
//$this->installTenants();
//$this->installUsers();
$this->installTenants();
$this->installUsers();
}