Fix tests broken by bad namespaces

This commit is contained in:
Dane Everitt 2018-09-03 15:59:30 -07:00
parent 44a00c3957
commit f9542c98e2
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,8 @@
<?php
namespace Pterodactyl\Http\Controllers\Api\Application\Locations;
namespace Pterodactyl\Http\Requests\Api\Application\Locations;
use Pterodactyl\Models\Location;
use Pterodactyl\Http\Requests\Api\Application\Locations\GetLocationsRequest;
class GetLocationRequest extends GetLocationsRequest
{