This commit is contained in:
walkor 2022-12-06 14:34:49 +08:00
parent 5552f8bc4f
commit b4756d0d60

View File

@ -27,7 +27,7 @@ class Upload extends Base
*
* @var string
*/
protected $table = 'upload';
protected $table = 'wa_uploads';
/**
* The primary key associated with the table.