mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
One more trim…. sigh..
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d9817ec696
commit
71828d5461
|
@ -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…
Reference in a new issue