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