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 e081fbf commit 4ee936cCopy full SHA for 4ee936c
src/Services/PathsAndNamespacesService.php
@@ -125,8 +125,8 @@ public function getRealpathBaseCustomDecorator(string $resourceName): string
125
126
public function getRealpathBaseMiddleware(): string
127
{
128
- return $this->getRealpathBase('app' . DIRECTORY_SEPARATOR . 'Http' . DIRECTORY_SEPARATOR . 'Middleware' .
129
- DIRECTORY_SEPARATOR . 'Decorators');
+ return $this->getRealpathBase('app') . DIRECTORY_SEPARATOR . 'Http' . DIRECTORY_SEPARATOR . 'Middleware' .
+ DIRECTORY_SEPARATOR . 'Decorators';
130
}
131
132
public function getRealpathBaseCustomMiddleware(string $resourceName): string
0 commit comments