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

Commit e809926

Browse files
committed
Call local createModel() method
1 parent c7f7c87 commit e809926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/DatabaseUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function retrieveByCredentials(array $credentials)
112112

113113
// Import / locate the local user account.
114114
return $this->getImporter()
115-
->run($user, $this->fallback->createModel(), $credentials);
115+
->run($user, $this->createModel(), $credentials);
116116
}
117117

118118
if ($this->isFallingBack()) {

0 commit comments

Comments
 (0)