Skip to content

Commit

Permalink
changed public properties from users model
Browse files Browse the repository at this point in the history
  • Loading branch information
srgoogle23 committed Dec 28, 2024
1 parent ea473dd commit 651c7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ class User extends Model
/**
* @var string
*/
public $keyType = 'string';
public string $keyType = 'string';

/**
* @var bool
*/
public $incrementing = false;
public bool $incrementing = false;

/**
* The table associated with the model.
Expand Down

0 comments on commit 651c7d9

Please sign in to comment.