1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Merge pull request #1405 from zKoz210/patch-1

Fixed PHPUnit test (Coverage) #1393
This commit is contained in:
Dane Everitt 2018-12-04 16:25:05 -08:00 committed by GitHub
commit f6d0147419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
namespace Pterodactyl\Http\Requests\Api\Application\Locations;
use Pterodactyl\Models\Location;
use Pterodactyl\Http\Controllers\Api\Application\Locations\StoreLocationRequest;
class UpdateLocationRequest extends StoreLocationRequest
{