Update app/Services/Helpers/BlueprintExtensionLibrary.php
This commit is contained in:
parent
1a0be9b68e
commit
c35257e4c1
1 changed files with 51 additions and 51 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue