Skip to content

Commit cc297ee

Browse files
committed
Misc changes
1 parent 6b8464e commit cc297ee

File tree

3 files changed

+5
-229
lines changed

3 files changed

+5
-229
lines changed

app/Http/Controllers/Admin/Nests/EggShareController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Pterodactyl\Http\Controllers\Controller;
1515
use Symfony\Component\HttpFoundation\Response;
1616
use Pterodactyl\Services\Eggs\Sharing\EggExporterService;
17-
use Pterodactyl\Services\Services\Sharing\EggImporterService;
17+
use Pterodactyl\Services\Eggs\Sharing\EggImporterService;
1818
use Pterodactyl\Http\Requests\Admin\Service\OptionImportFormRequest;
1919

2020
class EggShareController extends Controller
@@ -25,15 +25,15 @@ class EggShareController extends Controller
2525
protected $exporterService;
2626

2727
/**
28-
* @var \Pterodactyl\Services\Services\Sharing\EggImporterService
28+
* @var \Pterodactyl\Services\Eggs\Sharing\EggImporterService
2929
*/
3030
protected $importerService;
3131

3232
/**
3333
* OptionShareController constructor.
3434
*
35-
* @param \Pterodactyl\Services\Eggs\Sharing\EggExporterService $exporterService
36-
* @param \Pterodactyl\Services\Services\Sharing\EggImporterService $importerService
35+
* @param \Pterodactyl\Services\Eggs\Sharing\EggExporterService $exporterService
36+
* @param \Pterodactyl\Services\Eggs\Sharing\EggImporterService $importerService
3737
*/
3838
public function __construct(
3939
EggExporterService $exporterService,

app/Http/Controllers/Admin/OptionController.php

Lines changed: 0 additions & 224 deletions
This file was deleted.

app/Services/Eggs/Sharing/EggImporterService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://opensource.org/licenses/MIT
88
*/
99

10-
namespace Pterodactyl\Services\Services\Sharing;
10+
namespace Pterodactyl\Services\Eggs\Sharing;
1111

1212
use Ramsey\Uuid\Uuid;
1313
use Pterodactyl\Models\Egg;

0 commit comments

Comments
 (0)