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

Commit c7f7c87

Browse files
committed
Readability tweak
1 parent e9ad842 commit c7f7c87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Commands/Import.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ public function handle()
8282
}
8383

8484
if ($this->confirm('Would you like these users to be imported / synchronized?')) {
85-
$this->info("\nSuccessfully imported / synchronized {$this->import($users)} user(s).");
85+
$imported = $this->import($users);
86+
87+
$this->info("\nSuccessfully imported / synchronized {$imported} user(s).");
8688
} else {
8789
$this->info('Okay, no users were imported / synchronized.');
8890
}

0 commit comments

Comments
 (0)