Minor
This commit is contained in:
parent
9f17c7add0
commit
3d898c6bde
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue