Update app/Console/Commands/BlueprintFramework/SyncCommand.php
This commit is contained in:
parent
13f79d538d
commit
34a793a4bc
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace Pterodactyl\Console\Commands\BlueprintFramework;
|
||||
namespace App\Console\Commands\BlueprintFramework;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Pterodactyl\BlueprintFramework\Services\ConfigService\BlueprintConfigService;
|
||||
use Pterodactyl\BlueprintFramework\Services\PlaceholderService\BlueprintPlaceholderService;
|
||||
use Pterodactyl\BlueprintFramework\Libraries\ExtensionLibrary\Console\BlueprintConsoleLibrary as BlueprintExtensionLibrary;
|
||||
use Pterodactyl\Contracts\Repository\SettingsRepositoryInterface;
|
||||
use App\BlueprintFramework\Services\ConfigService\BlueprintConfigService;
|
||||
use App\BlueprintFramework\Services\PlaceholderService\BlueprintPlaceholderService;
|
||||
use App\BlueprintFramework\Libraries\ExtensionLibrary\Console\BlueprintConsoleLibrary as BlueprintExtensionLibrary;
|
||||
use App\Contracts\Repository\SettingsRepositoryInterface;
|
||||
|
||||
class SyncCommand extends Command
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue