From ea0e23815c8471c91aba80f27a34a20c44191c9f Mon Sep 17 00:00:00 2001 From: wouerner3 Date: Mon, 4 Mar 2024 17:41:53 -0300 Subject: [PATCH] configure database --- app/Model/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Model/User.php b/app/Model/User.php index 452abe3..9469265 100644 --- a/app/Model/User.php +++ b/app/Model/User.php @@ -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.