Skip to content

Commit 7826078

Browse files
authored
Merge pull request pterodactyl#1408 from zKoz210/patch-2
Fixed the class name in the constructor
2 parents 6a74eeb + 0b37c74 commit 7826078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/NestSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class NestSeeder extends Seeder
1717
private $repository;
1818

1919
/**
20-
* MinecraftNestSeeder constructor.
20+
* NestSeeder constructor.
2121
*
2222
* @param \Pterodactyl\Services\Nests\NestCreationService $creationService
2323
* @param \Pterodactyl\Contracts\Repository\NestRepositoryInterface $repository

0 commit comments

Comments
 (0)