We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e0594 commit 135222dCopy full SHA for 135222d
system/CLI/Commands.php
@@ -76,6 +76,10 @@ public function getCommands()
76
/**
77
* Discovers all commands in the framework and within user code,
78
* and collects instances of them to work with.
79
+ *
80
+ * @TODO this approach (find qualified classname from path) causes error,
81
+ * when using Composer autoloader.
82
+ * See https://github.com/codeigniter4/CodeIgniter4/issues/5818
83
*/
84
public function discoverCommands()
85
{
0 commit comments