mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
section basic
This commit is contained in:
@@ -2,23 +2,16 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
use Nexus\Database\NexusDB;
|
||||
>>>>>>> php8
|
||||
|
||||
class TorrentCustomFieldValue extends NexusModel
|
||||
{
|
||||
protected $table = 'torrents_custom_field_values';
|
||||
|
||||
<<<<<<< HEAD
|
||||
protected $fillable = [
|
||||
'torrent_id', 'custom_field_id', 'custom_field_value',
|
||||
];
|
||||
=======
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = ['torrent_id', 'custom_field_id', 'custom_field_value', ];
|
||||
|
||||
>>>>>>> php8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user