mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Refactor ColorCLI class
This commit is contained in:
@@ -12,7 +12,7 @@ if (isset($argv[1]) && is_numeric($argv[1])) {
|
||||
|
||||
UserVerification::send($user, 'User email verification required');
|
||||
|
||||
ColorCLI::notice('Email has been sent');
|
||||
echo 'Email has been sent';
|
||||
} else {
|
||||
ColorCLI::info('You need to provide user id as argument');
|
||||
echo 'You need to provide user id as argument';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user