fix ExtensionCommandServiceProvider: incorrect namespace whoops

This commit is contained in:
prplwtf 2024-05-14 23:20:35 +02:00
parent 9bf7e77e1b
commit dee2a2f1f1

View file

@ -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(