Skip to content

Commit 0def417

Browse files
authored
Merge pull request pterodactyl#537 from tenten8401/develop
Add Rust Service
2 parents ff89c6c + 093114e commit 0def417

File tree

2 files changed

+431
-0
lines changed

2 files changed

+431
-0
lines changed

database/seeds/DatabaseSeeder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function run()
1616

1717
$this->call(MinecraftServiceTableSeeder::class);
1818
$this->call(SourceServiceTableSeeder::class);
19+
$this->call(RustServiceTableSeeder::class);
1920
$this->call(TerrariaServiceTableSeeder::class);
2021
$this->call(VoiceServiceTableSeeder::class);
2122

0 commit comments

Comments
 (0)