1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

chore(core): dependencies typo fixes

This commit is contained in:
Awilum
2019-12-01 18:16:33 +03:00
parent 61802aa441
commit 82f9ea28a8

View File

@@ -112,7 +112,7 @@ $flextype['cache'] = static function ($container) use ($flextype) {
};
/**
* Add cache service to Flextype container
* Add parser service to Flextype container
*/
$flextype['parser'] = static function ($container) use ($flextype) {
return new Parser($flextype);