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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user