Fix parameter bindings for client API routes; closes pterodactyl/panel#2359

This commit is contained in:
Dane Everitt
2020-09-27 10:39:18 -07:00
parent 1db7e4db66
commit f31a6d3967
3 changed files with 62 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Pterodactyl\Tests\Integration\Api\Client\Server\Schedule;
namespace Pterodactyl\Tests\Integration\Api\Client\Server\Subuser;
use Illuminate\Support\Str;
use Pterodactyl\Models\User;