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 232627a commit 5d2d63cCopy full SHA for 5d2d63c
src/lib/items/RouteData.php
@@ -205,7 +205,7 @@ public function __construct(
205
206
$this->prefixSettings = [
207
'namespace' => 'app\\' . implode('\\', $parts) . '\\controllers',
208
- 'path' => 'app/' . implode('/', $modulesPath) . '/controllers'
+ 'path' => '@app/' . implode('/', $modulesPath) . '/controllers'
209
];
210
}
211
0 commit comments