mirror of
https://github.com/slawkens/myaac.git
synced 2026-04-12 21:43:31 +02:00
Update GiveAdminCommand.php
This commit is contained in:
@@ -39,7 +39,7 @@ class GiveAdminCommand extends Command
|
||||
}
|
||||
|
||||
if (!$account->isLoaded()) {
|
||||
$io->error('Cannot find account mit supplied parameter: ' . $accountParam);
|
||||
$io->error('Cannot find account with supplied parameter: ' . $accountParam);
|
||||
return self::FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user