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