Update app/Console/Commands/BlueprintFramework/LatestCommand.php

This commit is contained in:
denis 2024-11-03 02:19:55 -05:00
parent 204742a911
commit 13f79d538d

View file

@ -1,9 +1,9 @@
<?php
namespace Pterodactyl\Console\Commands\BlueprintFramework;
namespace App\Console\Commands\BlueprintFramework;
use Illuminate\Console\Command;
use Pterodactyl\BlueprintFramework\Services\PlaceholderService\BlueprintPlaceholderService;
use App\BlueprintFramework\Libraries\ExtensionLibrary\Console\BlueprintConsoleLibrary as BlueprintExtensionLibrary;
class LatestCommand extends Command
{