Skip to content

Commit 4ee936c

Browse files
author
Pantea Marius-ciclistu
committed
Fix middleware path
1 parent e081fbf commit 4ee936c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/PathsAndNamespacesService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public function getRealpathBaseCustomDecorator(string $resourceName): string
125125

126126
public function getRealpathBaseMiddleware(): string
127127
{
128-
return $this->getRealpathBase('app' . DIRECTORY_SEPARATOR . 'Http' . DIRECTORY_SEPARATOR . 'Middleware' .
129-
DIRECTORY_SEPARATOR . 'Decorators');
128+
return $this->getRealpathBase('app') . DIRECTORY_SEPARATOR . 'Http' . DIRECTORY_SEPARATOR . 'Middleware' .
129+
DIRECTORY_SEPARATOR . 'Decorators';
130130
}
131131

132132
public function getRealpathBaseCustomMiddleware(string $resourceName): string

0 commit comments

Comments
 (0)