Skip to content

Commit e1d91ae

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fixed CS fixed CS documented the $url parameter better register commands from kernel when accessing list Update FileSystem
2 parents 417b520 + a806a18 commit e1d91ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public function has($name)
427427
public function getNamespaces()
428428
{
429429
$namespaces = array();
430-
foreach ($this->commands as $command) {
430+
foreach ($this->all() as $command) {
431431
$namespaces = array_merge($namespaces, $this->extractAllNamespaces($command->getName()));
432432

433433
foreach ($command->getAliases() as $alias) {

0 commit comments

Comments
 (0)