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

Commit b1a780f

Browse files
committed
Spacing.
1 parent ead560c commit b1a780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/ImportsUsers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ protected function getAdldap($provider = null)
249249
protected function getUsernameFromAdUser(User $user)
250250
{
251251
$username = $user->{$this->getLoginAttribute()};
252-
252+
253253
if (is_array($username)) {
254254
// We'll make sure we retrieve the users first username
255255
// attribute if it's contained in an array.

0 commit comments

Comments
 (0)