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

Commit 8b6e53d

Browse files
committed
Small tweaks.
1 parent 98af309 commit 8b6e53d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Commands/Import.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ class Import extends Command
1313
use ImportsUsers;
1414

1515
/**
16-
* The name and signature of the console command.
16+
* The name of the console command.
1717
*
1818
* @var string
1919
*/
2020
protected $name = 'adldap:import';
2121

2222
/**
23-
* The console command description.
23+
* The description of the console command.
2424
*
2525
* @var string
2626
*/
@@ -59,7 +59,7 @@ public function handle()
5959

6060
$count = count($users);
6161

62-
$this->info("Found {$count} user(s). Starting import...");
62+
$this->info("Found {$count} user(s). Importing...");
6363
}
6464

6565
$this->info("Successfully imported {$this->import($users)} user(s).");

0 commit comments

Comments
 (0)