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