Skip to content

Commit

Permalink
Update WebauthnKey.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 13, 2024
1 parent 8859d32 commit 9eb5f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/WebauthnKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WebauthnKey extends Model
/**
* The attributes that are mass assignable.
*
* @var array<string>
* @var array<int,string>
*/
protected $fillable = [
'user_id',
Expand Down

0 comments on commit 9eb5f6e

Please sign in to comment.