Skip to content

Commit

Permalink
fix rule (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Jun 13, 2024
1 parent b30afd1 commit b0c3572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac
'language' => 'string',
'use_totp' => 'boolean',
'totp_secret' => 'nullable|string',
'oauth' => 'required|array',
'oauth' => 'array'
];

protected function casts(): array
Expand Down

0 comments on commit b0c3572

Please sign in to comment.