Skip to content

Commit a3c5b97

Browse files
authored
Fixed syntax error (#341)
1 parent 660f9bd commit a3c5b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/LoginForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* LoginForm is the model behind the login form.
1313
*
1414
* @property-read User|null $user
15-
*
15+
*/
1616
class LoginForm extends Model
1717
{
1818
public string $username = '';

0 commit comments

Comments
 (0)