Merge pull request #1408 from zKoz210/patch-2
Fixed the class name in the constructor
This commit is contained in:
commit
7826078ebb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class NestSeeder extends Seeder
|
|||
private $repository;
|
||||
|
||||
/**
|
||||
* MinecraftNestSeeder constructor.
|
||||
* NestSeeder constructor.
|
||||
*
|
||||
* @param \Pterodactyl\Services\Nests\NestCreationService $creationService
|
||||
* @param \Pterodactyl\Contracts\Repository\NestRepositoryInterface $repository
|
||||
|
|
Loading…
Reference in a new issue