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