File tree Expand file tree Collapse file tree 3 files changed +5
-229
lines changed
Expand file tree Collapse file tree 3 files changed +5
-229
lines changed Original file line number Diff line number Diff line change 1414use Pterodactyl \Http \Controllers \Controller ;
1515use Symfony \Component \HttpFoundation \Response ;
1616use Pterodactyl \Services \Eggs \Sharing \EggExporterService ;
17- use Pterodactyl \Services \Services \Sharing \EggImporterService ;
17+ use Pterodactyl \Services \Eggs \Sharing \EggImporterService ;
1818use Pterodactyl \Http \Requests \Admin \Service \OptionImportFormRequest ;
1919
2020class 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 ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 * https://opensource.org/licenses/MIT
88 */
99
10- namespace Pterodactyl \Services \Services \Sharing ;
10+ namespace Pterodactyl \Services \Eggs \Sharing ;
1111
1212use Ramsey \Uuid \Uuid ;
1313use Pterodactyl \Models \Egg ;
You can’t perform that action at this time.
0 commit comments