Skip to content

Commit

Permalink
TASK: Adjust to new types in ObjectManagerInterface::get
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Nov 9, 2023
1 parent f622bde commit 337cef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Neos.ContentRepositoryRegistry/Classes/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public function boot(Bootstrap $bootstrap)
});
$dispatcher->connect(FileMonitor::class, 'filesHaveChanged', static function (string $fileMonitorIdentifier) use ($bootstrap) {
if ($fileMonitorIdentifier === 'ContentRepository_NodeTypesConfiguration') {
/** @phpstan-ignore-next-line flow's object manager needs to be a template */
$bootstrap->getObjectManager()->get(ConfigurationManager::class)->refreshConfiguration();
}
});
Expand Down

0 comments on commit 337cef7

Please sign in to comment.