mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
seed bonus add log etc
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class RequireSeedTorrent extends NexusModel
|
||||
{
|
||||
protected $fillable = ['torrent_id'];
|
||||
|
||||
public $timestamps = true;
|
||||
}
|
||||
Reference in New Issue
Block a user