Skip to content

Commit

Permalink
configure database
Browse files Browse the repository at this point in the history
  • Loading branch information
wouerner committed Mar 4, 2024
1 parent e9081fd commit ea0e238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class User extends Model
/**
* The table associated with the model.
*/
protected ?string $table = 'hyperf.users';
protected ?string $table = 'users';

/**
* The attributes that are mass assignable.
Expand Down

0 comments on commit ea0e238

Please sign in to comment.