Skip to content

Commit 387c4c8

Browse files
author
Pantea Marius-ciclistu
committed
Fix controller path
1 parent 4ee936c commit 387c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/PathsAndNamespacesService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function getRealpathBaseCustomService(string $resourceName): string
103103

104104
public function getRealpathBaseController(): string
105105
{
106-
return $this->getRealpathBase('app' . DIRECTORY_SEPARATOR . 'Http' . DIRECTORY_SEPARATOR . 'Controllers');
106+
return $this->getRealpathBase('app') . DIRECTORY_SEPARATOR . 'Http' . DIRECTORY_SEPARATOR . 'Controllers';
107107
}
108108

109109
public function getRealpathBaseCustomController(string $resourceName): string

0 commit comments

Comments
 (0)