chore: moves search controller to search module

This commit is contained in:
2025-07-06 22:56:47 -05:00
parent 1fc5a8e500
commit 8fa06d4462
2 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,14 @@ controllersBase:
defaults:
schemes: [ 'https' ]
controllersSearch:
resource:
path: ../src/Search/Framework/Controller/
namespace: App\Search\Framework\Controller
type: attribute
defaults:
schemes: [ 'https' ]
controllersUser:
resource:
path: ../src/User/Framework/Controller