diff --git a/modules/system/classes/UpdateManager.php b/modules/system/classes/UpdateManager.php index 5871435c6..fb10d58f9 100644 --- a/modules/system/classes/UpdateManager.php +++ b/modules/system/classes/UpdateManager.php @@ -88,6 +88,11 @@ class UpdateManager } } + /** + * These objects are "soft singletons" and may be lost when + * the IoC container reboots. This provides a way to rebuild + * for the purposes of unit testing. + */ public function bindSoftDependencies() { $this->migrator = App::make('migrator');