Skip to content

Commit e7370f2

Browse files
authored
Merge pull request #368 from bearsunday/app-meta-binding
Overide App meta binding
2 parents 5836f8f + 9c2a0e1 commit e7370f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __invoke(AbstractAppMeta $appMeta, string $context, string $cach
3131
$module = $this->installContextModule($appMeta, $contextItem, $module);
3232
}
3333

34-
$module->install(new AppMetaModule($appMeta));
34+
$module->override(new AppMetaModule($appMeta));
3535
$module->override(new CacheNamespaceModule($cacheNamespace));
3636

3737
return $module;

0 commit comments

Comments
 (0)