Update app/Console/Commands/BlueprintFramework/LatestCommand.php
This commit is contained in:
parent
204742a911
commit
13f79d538d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue