fix ExtensionCommandServiceProvider
: incorrect namespace whoops
This commit is contained in:
parent
9bf7e77e1b
commit
dee2a2f1f1
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue