Skip to content

Commit

Permalink
Update src/Models/LoginModel.php
Browse files Browse the repository at this point in the history
Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
  • Loading branch information
MrFrost-Nv27 and datamweb committed Feb 24, 2024
1 parent faf8e63 commit 1c9aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/LoginModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LoginModel extends BaseModel
'identifier' => 'permit_empty|string',
'user_agent' => 'permit_empty|string',
'user_id' => 'permit_empty',
'date' => 'required|valid_date',
'date' => 'required',
];
protected $validationMessages = [];
protected $skipValidation = false;
Expand Down

0 comments on commit 1c9aaf0

Please sign in to comment.