mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
🚀 Update Laravel Framework to 10
This commit is contained in:
@@ -28,13 +28,13 @@ class UserDataModifyLog extends Model
|
||||
return $this->belongsTo(Order::class);
|
||||
}
|
||||
|
||||
public function getBeforeAttribute($value)
|
||||
public function getBeforeAttribute($value): string
|
||||
{
|
||||
return $this->attributes['before'] = flowAutoShow($value);
|
||||
return $this->attributes['before'] = formatBytes($value);
|
||||
}
|
||||
|
||||
public function getAfterAttribute($value)
|
||||
public function getAfterAttribute($value): string
|
||||
{
|
||||
return $this->attributes['after'] = flowAutoShow($value);
|
||||
return $this->attributes['after'] = formatBytes($value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user