fix: moves monitor logic into own directory
This commit is contained in:
@@ -25,10 +25,10 @@ framework:
|
||||
# Route your messages to the transports
|
||||
# 'App\Message\YourMessage': async
|
||||
'App\Download\Action\Command\DownloadMediaCommand': async
|
||||
'App\Download\Action\Command\MonitorTvEpisodeCommand': async
|
||||
'App\Download\Action\Command\MonitorTvSeasonCommand': async
|
||||
'App\Download\Action\Command\MonitorTvShowCommand': async
|
||||
'App\Download\Action\Command\MonitorMovieCommand': async
|
||||
'App\Monitor\Action\Command\MonitorTvEpisodeCommand': async
|
||||
'App\Monitor\Action\Command\MonitorTvSeasonCommand': async
|
||||
'App\Monitor\Action\Command\MonitorTvShowCommand': async
|
||||
'App\Monitor\Action\Command\MonitorMovieCommand': async
|
||||
|
||||
# when@test:
|
||||
# framework:
|
||||
|
||||
Reference in New Issue
Block a user