This commit is contained in:
Samuel Georges 2015-02-21 11:43:17 +11:00
parent 9f17c7add0
commit 3d898c6bde
1 changed files with 5 additions and 0 deletions

View File

@ -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');