Minor fixes

This commit is contained in:
2020-12-07 17:48:15 +00:00
parent 32c01f6e0b
commit 0bdb6cf2fb
5 changed files with 1 additions and 95 deletions

View File

@@ -37,6 +37,5 @@ class DatabaseSeeder extends Seeder
$this->call(DefaultOptionsSeeder::class);
$this->call(NewPermissions::class);
$this->call(TeamSeeder::class);
$this->call(TeamFileSeeder::class);
}
}