Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 9a667b3

Browse files
committed
Small doc tweak
1 parent 789e870 commit 9a667b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/Import.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public function handle()
5454

5555
$this->info("Found user '{$users[0]->getCommonName()}'. Importing...");
5656
} else {
57-
// Retrieve all users.
57+
// Retrieve all users. We'll paginate our search in case we hit
58+
// the 1000 record hard limit of active directory.
5859
$users = $search->paginate()->getResults();
5960

6061
$count = count($users);

0 commit comments

Comments
 (0)