One more trim…. sigh..
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d9817ec696
commit
71828d5461
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class MergeUsersByUsername extends Command
|
|||
|
||||
|
||||
foreach ($users as $user) {
|
||||
$parts = explode('@', $user->username);
|
||||
$parts = explode('@', trim($user->username));
|
||||
$this->info('Checking against username '.trim($parts[0]).'.');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue