fix: moves tmdb search under tmdb namespace

This commit is contained in:
2025-07-06 11:07:11 -05:00
parent b0425f7085
commit cc366eb09f
4 changed files with 47 additions and 26 deletions

View File

@@ -37,3 +37,11 @@ controllersTorrentio:
type: attribute
defaults:
schemes: ['https']
controllersTmdb:
resource:
path: ../src/Tmdb/Framework/Controller
namespace: App\Tmdb\Framework\Controller
type: attribute
defaults:
schemes: ['https']