Auto commit for release 'develop' on 2024-10-14

This commit is contained in:
github-actions
2024-10-14 05:14:52 +02:00
parent 9463285ac9
commit e0c446dd13
26 changed files with 3613 additions and 3503 deletions

View File

@@ -42,7 +42,7 @@ class MFAManyFailedAttemptsNotification extends Notification
*/
public function __construct(User $user, int $count)
{
$this->user = $user;
$this->user = $user;
$this->count = $count;
}