Updates to 03-2025

This commit is contained in:
Kevin Adametz 2025-04-01 10:40:14 +02:00
parent 881fc84207
commit 4eb83def39
142 changed files with 21396 additions and 11243 deletions

View file

@ -33,7 +33,6 @@ use PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\F;
* @method static \Illuminate\Database\Eloquent\Builder|\App\User whereRememberToken($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\User whereToken($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\User whereUpdatedAt($value)
* @mixin \Eloquent
* @property int|null $confirmed
* @property string|null $confirmation_code
* @property string|null $confirmation_date
@ -79,6 +78,11 @@ use PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\F;
* @property-read int|null $tokens_count
* @property-read int|null $user_update_email_count
* @property-read \App\Models\SfGuardUser|null $sf_guard_user
* @property string|null $secret_key
* @property int|null $google2fa
* @method static \Illuminate\Database\Eloquent\Builder|User whereGoogle2fa($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereSecretKey($value)
* @mixin \Eloquent
*/
class User extends Authenticatable
{