camelCase

This commit is contained in:
jasonwynn10 2020-10-12 08:25:34 -04:00
parent b02f3f4090
commit 7027a9b972
No known key found for this signature in database
GPG Key ID: 360AE3D06D61F086

View File

@ -92,7 +92,7 @@ class SetupWizard{
$config->save();
if(strtolower($this->getInput($this->lang->get("skip_installer"), "n", "y/N")) === "y"){
$this->IPDetails();
$this->printIpDetails();
return true;
}
@ -102,7 +102,7 @@ class SetupWizard{
$this->generateUserFiles();
$this->networkFunctions();
$this->IPDetails();
$this->printIpDetails();
$this->endWizard();
@ -222,7 +222,7 @@ LICENSE;
$config->save();
}
private function IPDetails() : void{
private function printIpDetails() : void{
$this->message($this->lang->get("ip_get"));
$externalIP = Internet::getIP();