mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 15:10:54 +00:00
Clean Code
This commit is contained in:
@@ -11,7 +11,9 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
class UserDataModifyLog extends Model
|
||||
{
|
||||
public const UPDATED_AT = null;
|
||||
|
||||
protected $table = 'user_data_modify_log';
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
// 关联账号
|
||||
|
||||
Reference in New Issue
Block a user