Refactor ColorCLI class

This commit is contained in:
DariusIII
2018-10-31 10:10:17 +01:00
parent e95cb53873
commit 12ea3bb895
68 changed files with 767 additions and 595 deletions
+2 -2
View File
@@ -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';
}