This commit is contained in:
2025-11-22 15:31:01 +08:00
parent 9f25a85d07
commit b52a51c09b
37 changed files with 2587 additions and 240 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Otop extends Command
*/
protected function configure()
{
$this->addOption('user_id','uid', InputArgument::OPTIONAL, 'user_id');
$this->addOption('user_id','u', InputArgument::OPTIONAL, 'user_id');
}
/**