argument('username'); $ip = $this->argument('ip'); $method = $this->option('method'); AdminNotificationService::sshLogin($username, $ip, $method); return Command::SUCCESS; } }