mirror of
https://github.com/werkraum-media/watchlist.git
synced 2024-11-22 14:16:09 +01:00
17 lines
443 B
YAML
17 lines
443 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
public: false
|
|
|
|
WerkraumMedia\Watchlist\:
|
|
resource: '../Classes/*'
|
|
exclude:
|
|
- '../Classes/Domain/Model/*'
|
|
|
|
WerkraumMedia\Watchlist\Domain\Items\Page\ItemHandler:
|
|
tags: ['watchlist.itemHandler']
|
|
|
|
WerkraumMedia\Watchlist\Session\CookieSessionService:
|
|
# Has state and needs to be shared in order to provide this state to middleware
|
|
shared: true
|