mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
continue
This commit is contained in:
11
app/Models/Bookmark.php
Normal file
11
app/Models/Bookmark.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
|
||||
class Bookmark extends NexusModel
|
||||
{
|
||||
protected $table = 'bookmarks';
|
||||
|
||||
protected $fillable = ['userid', 'torrentid'];
|
||||
}
|
||||
Reference in New Issue
Block a user