1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 23:24:04 +02:00

feat(core): Flextype Solid Core - next round #458

This commit is contained in:
Awilum
2020-08-14 19:09:07 +03:00
parent 632cd21aea
commit 6a3f40c464

View File

@@ -263,7 +263,7 @@ $flextype->container()['media_folders_meta'] = function () use ($flextype) {
/**
* Add media files meta service to Flextype container
*/
$flextype->container()['media_files_meta'] = function ($flextype) {
$flextype->container()['media_files_meta'] = function () use ($flextype) {
return new MediaFilesMeta($flextype);
};