From 3d898c6bdee372e43a68547200655258da5c4905 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 21 Feb 2015 11:43:17 +1100 Subject: [PATCH] Minor --- modules/system/classes/UpdateManager.php | 5 +++++ 1 file changed, 5 insertions(+) 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');