Rostislav Wolny
d49b2a72a9
Refactor JSON API to use container for creating endpoints
...
[MAILPOET-1637]
2018-11-15 09:04:15 +01:00
Rostislav Wolny
a42787d10d
Refactor MP v1 API to obtain services via constructor
...
[MAILPOET-1637]
2018-11-15 09:03:43 +01:00
Rostislav Wolny
b6e0b7ceb0
Make all services registered in DI public
...
In ideal application one needs only on public service some bootstrap and that is why all services are private as default. Our code is not ideal yet so we have to declare services as public.
[MAILPOET-1621]
2018-11-08 16:13:40 +01:00
Rostislav Wolny
f39c0c58c2
Add dumpContainer to container factory
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00
Rostislav Wolny
ad77fa547a
Remove services.yaml and define services directly in PHP
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00
Rostislav Wolny
fff8176a49
Refactor lib/Router to use with container for endpoints
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00
Rostislav Wolny
71ad9f50cb
Add container factory and initialize container in Initializer
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00