ask('请输入管理员ID'); // 删除管理员 Admin::destroy($id); // 输出信息 $this->info('管理员删除成功。'); return Command::SUCCESS; } }