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

Commit 325ef5e

Browse files
committed
Doc tweaking.
1 parent f86eba8 commit 325ef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Importer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function findByCredentials(Model $model, array $credentials = [])
6060
$query = $model->newQuery();
6161

6262
if ($query->getMacro('withTrashed')) {
63-
// If the trashed method exists on our User model, then we must be
63+
// If the withTrashed macro exists on our User model, then we must be
6464
// using soft deletes. We need to make sure we include these
6565
// results so we don't create duplicate user records.
6666
$query->withTrashed();

0 commit comments

Comments
 (0)