Skip to content

Commit 5d2d63c

Browse files
committed
Fix bug in module path
1 parent 232627a commit 5d2d63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/items/RouteData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function __construct(
205205

206206
$this->prefixSettings = [
207207
'namespace' => 'app\\' . implode('\\', $parts) . '\\controllers',
208-
'path' => 'app/' . implode('/', $modulesPath) . '/controllers'
208+
'path' => '@app/' . implode('/', $modulesPath) . '/controllers'
209209
];
210210
}
211211

0 commit comments

Comments
 (0)