diff --git a/app/Providers/Blueprint/ExtensionCommandServiceProvider.php b/app/Providers/Blueprint/ExtensionCommandServiceProvider.php index 808de51..46bdde8 100644 --- a/app/Providers/Blueprint/ExtensionCommandServiceProvider.php +++ b/app/Providers/Blueprint/ExtensionCommandServiceProvider.php @@ -28,7 +28,7 @@ class ExtensionCommandServiceProvider extends ServiceProvider */ protected function loadCommandsFrom($directory) { - $namespace = 'App\\Console\\Commands\\BlueprintFramework\\Extensions'; + $namespace = 'Pterodactyl\\Console\\Commands\\BlueprintFramework\\Extensions'; // Iterate through the directory to find command files $iterator = new RecursiveIteratorIterator(