[L6] Update cursor() calls to work with new lazy collections

This commit is contained in:
Dane Everitt 2019-09-04 21:05:46 -07:00
parent 08bdc9705f
commit 1c5b9dbb87
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 10 additions and 10 deletions

View file

@ -291,7 +291,7 @@ class ServerRepository extends EloquentRepository implements ServerRepositoryInt
* @param int[] $servers
* @param int[] $nodes
* @param bool $returnCount
* @return int|\Generator
* @return int|\Illuminate\Support\LazyCollection
*/
public function getServersForPowerAction(array $servers = [], array $nodes = [], bool $returnCount = false)
{