Pass LBFactory to WatchedItemStore
authorUmherirrender <umherirrender_de.wp@web.de>
Thu, 11 Oct 2018 19:11:43 +0000 (21:11 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 12 Oct 2018 12:25:28 +0000 (12:25 +0000)
commit98c37e154905e5578c8defbdc040dd53679ba115
tree2b482d19f0dc32b5333a8e58f3d09ccc14ac6e9d
parentd52d395a8a1f72c4ac9487bfe3ab1dc42146b5d9
Pass LBFactory to WatchedItemStore

Instead of passing the LoadBalancer and than get the LBFactory from the
service,
store the LBFactory on creation

Bug: T206601
Change-Id: I4c0d3712da591b2c5ddf2a65855d2cc9142417d2
includes/ServiceWiring.php
includes/watcheditem/WatchedItemStore.php
tests/phpunit/includes/watcheditem/WatchedItemStoreUnitTest.php