mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
seed box record add asn
This commit is contained in:
@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Casts\Attribute;
|
||||
class SeedBoxRecord extends NexusModel
|
||||
{
|
||||
protected $fillable = ['type', 'uid', 'status', 'operator', 'bandwidth', 'ip', 'ip_begin', 'ip_end', 'ip_begin_numeric', 'ip_end_numeric',
|
||||
'comment', 'version', 'is_allowed',
|
||||
'comment', 'version', 'is_allowed', 'asn'
|
||||
];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
Reference in New Issue
Block a user