Skip to content

Commit e475ee0

Browse files
committed
Fixed syntax error
1 parent 660f9bd commit e475ee0

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)