Skip to content

Commit 68e1458

Browse files
committed
Fixes commands filtering by namespace
1 parent eadd395 commit 68e1458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Integrations/Laravel/ArtisanCommandManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getCommands(): array
4141
}
4242
}
4343

44-
return $this->application->all();
44+
return $commands;
4545
}
4646

4747
public function call(\Stringable|string $command, array $parameters = [], ?OutputInterface $output = null): int

0 commit comments

Comments
 (0)