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

This commit is contained in:
denis 2024-11-03 02:19:26 -05:00
parent 83bb75f3be
commit 204742a911

View file

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