We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b565a95 commit 0fef993Copy full SHA for 0fef993
Models/Login.php
@@ -10,7 +10,7 @@ class Login
10
11
public function isValide(): bool
12
{
13
- if (empty($this->username) || empty($this->password)) {
+ if (empty($this->Username) || empty($this->Password)) {
14
return false;
15
}
16
Models/Registration.php
@@ -10,7 +10,7 @@ class Registration
- if (empty($this->name) || empty($this->Email) || empty($this->password)) {
+ if (empty($this->Name) || empty($this->Email) || empty($this->Password)) {
0 commit comments