Update app/Services/Helpers/BlueprintExtensionLibrary.php

This commit is contained in:
denis 2024-11-03 04:14:24 -05:00
parent 1a0be9b68e
commit c35257e4c1

View file

@ -21,10 +21,10 @@
* @deprecated alpha
*/
namespace Pterodactyl\Services\Helpers;
namespace App\Services\Helpers;
use Pterodactyl\Contracts\Repository\SettingsRepositoryInterface;
use Pterodactyl\BlueprintFramework\Services\PlaceholderService\BlueprintPlaceholderService;
use App\Contracts\Repository\SettingsRepositoryInterface;
use App\BlueprintFramework\Services\PlaceholderService\BlueprintPlaceholderService;
class BlueprintExtensionLibrary
{