Hello.
The code below returns an error. Please advise what is wrong with it. Thank you.
class Login {
private var $good_username;
private var $good_password;
public function Authentification () {
private $this->good_username = "myusername";
private $this->good_password = "mypassword";
}
}