We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5a1ae commit 19a2e16Copy full SHA for 19a2e16
Core.php
@@ -163,6 +163,8 @@ protected function doInit(): void
163
}
164
Consolidation::registerAutoloader(__NAMESPACE__, __DIR__);
165
$this->didInit = true;
166
+ $kernel = $this->getKernel();
167
+ $kernel->registerControllerDirectory(__DIR__ .'/Controllers');
168
$this->getTranslator()?->registerDirectory('module', __DIR__ . '/Languages');
169
$this->getConnection()->registerEntityDirectory(__DIR__ . '/Entities');
170
0 commit comments