Update blueprint/extensions/blueprint/private/build/extensions/console/ArtisanCommandConstructor
This commit is contained in:
parent
bf9a9a5fae
commit
49b319a4b6
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pterodactyl\Console\Commands\BlueprintFramework\Extensions\[id^];
|
||||
namespace App\Console\Commands\BlueprintFramework\Extensions\[id^];
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Pterodactyl\BlueprintFramework\Libraries\ExtensionLibrary\Console\BlueprintConsoleLibrary as BlueprintExtensionLibrary;
|
||||
use App\BlueprintFramework\Libraries\ExtensionLibrary\Console\BlueprintConsoleLibrary as BlueprintExtensionLibrary;
|
||||
|
||||
class __ArtisanCommand__ extends Command
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue