1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 14:46:53 +02:00

chore(changelog): update changelog

This commit is contained in:
Awilum
2020-08-19 11:11:39 +03:00
parent f4dd5b69fe
commit dbf4499b00

View File

@@ -151,7 +151,7 @@
$flextype->container('registry')->get(....)
```
* class `Container` removed! ([#458](https://github.com/flextype/flextype/issues/458))
* **core** class `Container` removed! ([#458](https://github.com/flextype/flextype/issues/458))
We should use `$flextype` object to access all Flextype features inside Service Controllers and Models.